Tuple4<T1, T2, T3, T4> class
Constructors
- Tuple4(T1 $1, T2 $2, T3 $3, T4 $4)
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