max property

num? max

Implementation

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

Implementation

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