tooShort property

bool get tooShort

Implementation

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

Implementation

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