Triplet<F, S, T> class
Same as Pair, but if you want to bind three values together
Constructors
- Triplet(F first, S second, T third)
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