minLength property

int minLength

Implementation

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

Implementation

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