tooLong property
bool
get
tooLong
Implementation
bool get tooLong => js_util.getProperty(this, 'tooLong');
set
tooLong
(bool newValue)
Implementation
set tooLong(bool newValue) {
js_util.setProperty(this, 'tooLong', newValue);
}