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 => throw UnsupportedError(
'`to` property is unavailable for an empty progression.');
The end value in the range.
It's usually but not guaranteed the maximum one.
@override
int get to => throw UnsupportedError(
'`to` property is unavailable for an empty progression.');