Maximum duplication
int get max => _max!;
Set maximum duplication
set max(int value) { if (name == "u") { _max = 1; return; } _max = value; }