from property

  1. @override
int from
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.');