tooShort property

bool tooShort

Implementation

bool get tooShort => js_util.getProperty(this, 'tooShort');
void tooShort=(bool newValue)

Implementation

set tooShort(bool newValue) {
  js_util.setProperty(this, 'tooShort', newValue);
}