max property Null safety

num? max

Implementation

num? get max native;
void max= (num? value)

Implementation

set max(num? value) native;