Pair<A, B> class
Represents a generic pair of two values.
Constructors
- Pair(A first, B second)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns string representation of the Pair including its first and second values.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override