tooLong property

bool tooLong

Implementation

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

Implementation

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