collection_ext
ranges
Range
<
T extends num
>
to property
to
to
property
Null safety
T
to
final
The end value in the range.
It's usually but not guaranteed the maximum one.
Implementation
final T to;
collection_ext
ranges
Range
<
T extends num
>
to property
Range class
Properties
from
hashCode
runtimeType
to
Methods
contains
noSuchMethod
toString
Operators
operator ==
Static methods
progression
range
upTo