max property

int get max

Maximum duplication

Implementation

int get max => _max!;
set max (int value)

Set maximum duplication

Implementation

set max(int value) => _max = value;