Pair<F, S> class
This is class can be used when you want to group two values, Example cases :
- If you want to return two values from a method
- If you want to pass two values to a method
- Contain two values in a map or list
Constructors
- Pair(F first, S second)
Properties
Methods
-
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.
inherited