from property Null safety
override
The beginning value in the range.
It's usually but not guaranteed the minimum one.
Implementation
@override
int get from => throw UnsupportedError(
'`from` property is unavailable for an empty progression.');