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 => _first;
The beginning value in the range.
It's usually but not guaranteed the minimum one.
@override
int get from => _first;