min property

num? min

Implementation

num? get min => js.min;
void min=(num? value)

Implementation

set min(num? value) => js.min = value;