tooShort property
bool?
get
tooShort
Implementation
_i2.bool? get tooShort => _i4.getProperty(
this,
'tooShort',
);
set
tooShort
(bool? value)
Implementation
set tooShort(_i2.bool? value) {
_i4.setProperty(
this,
'tooShort',
value ?? _i6.undefined,
);
}