maxLength property
int
get
maxLength
Implementation
int get maxLength => js_util.getProperty(this, 'maxLength');
set
maxLength
(int newValue)
Implementation
set maxLength(int newValue) {
js_util.setProperty(this, 'maxLength', newValue);
}