min property Null safety

num? min

Implementation

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

Implementation

set min(num? value) native;