Tuple5<T1, T2, T3, T4, T5> class
Constructors
- Tuple5(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5)
-
const
-
Tuple5.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- head → T1
-
no setter
-
init
→ Tuple4<
T1, T2, T3, T4> -
no setter
- last → T5
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
tail
→ Tuple4<
T2, T3, T4, T5> -
no setter
- value1 → T1
-
final
- value2 → T2
-
final
- value3 → T3
-
final
- value4 → T4
-
final
- value5 → T5
-
final
Methods
-
append<
T6> (T6 value6) → Tuple6< T1, T2, T3, T4, T5, T6> -
apply<
R> (Function5< T1, T2, T3, T4, T5, R> f) → R -
copyWith(
{T1? value1, T2? value2, T3? value3, T4? value4, T5? value5}) → Tuple5< T1, T2, T3, T4, T5> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override