min property

num min

Implementation

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

Implementation

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