Range class

A util class to write a range in a more readable way.

Constructors

Range(double min, double max)
Creates an instance of Range

Properties

hashCode int
The hash code for this object.
no setterinherited
max double
Maximum value of the range
final
min double
Minimum value of the range
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

inside(double value) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited