maxLength property - TextAreaElement class - dart:html library (original) (raw)

description

int getmaxLength

Implementation

int get maxLength native;

setmaxLength (int value)

Implementation

set maxLength(int value) native;