IntegerRange class

@fileoverview Represents an integer range

Implemented types

Constructors

IntegerRange(int begin, int end)

Properties

begin int
final
end int
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spans int
no setter

Methods

contains(int value) bool
marshal(MarshalledObject marshalled) → void
serialise to this object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

unmarshal(MarshalledObject marshalled) IntegerRange