minLength property

num minLength

Implementation

_i2.num get minLength => _i4.getProperty(
      this,
      'minLength',
    );
void minLength=(num value)

Implementation

set minLength(_i2.num value) {
  _i4.setProperty(
    this,
    'minLength',
    value,
  );
}