to property Null safety
override
The end value in the range.
It's usually but not guaranteed the maximum one.
Implementation
@override
int get to => _last;
The end value in the range.
It's usually but not guaranteed the maximum one.
@override
int get to => _last;