Maximum duplication
int get max => _max!;
Set maximum duplication
set max(int value) => _max = value;