Pair<F, S> class
Represents a pair of objects. It is useful for implementing a function returning a pair of objects.
Constructors
- Pair(F first, S second)
-
const
- Pair.from((F, S) value)
- Pair.fromJson(List json)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → List -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object o) → bool -
The equality operator.
override