minLength property
num
get
minLength
Implementation
_i2.num get minLength => _i4.getProperty(
this,
'minLength',
);
set
minLength
(num value)
Implementation
set minLength(_i2.num value) {
_i4.setProperty(
this,
'minLength',
value,
);
}