maxLength property

int maxLength

Implementation

int get maxLength => js_util.getProperty(this, 'maxLength');
void maxLength=(int newValue)

Implementation

set maxLength(int newValue) {
  js_util.setProperty(this, 'maxLength', newValue);
}