Tuple6<T1, T2, T3, T4, T5, T6> class
Constructors
- Tuple6(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6)
-
const
-
Tuple6.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- head → T1
-
no setter
-
init
→ Tuple5<
T1, T2, T3, T4, T5> -
no setter
- last → T6
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
tail
→ Tuple5<
T2, T3, T4, T5, T6> -
no setter
- value1 → T1
-
final
- value2 → T2
-
final
- value3 → T3
-
final
- value4 → T4
-
final
- value5 → T5
-
final
- value6 → T6
-
final
Methods
-
append<
T7> (T7 value7) → Tuple7< T1, T2, T3, T4, T5, T6, T7> -
apply<
R> (Function6< T1, T2, T3, T4, T5, T6, R> f) → R -
copyWith(
{T1? value1, T2? value2, T3? value3, T4? value4, T5? value5, T6? value6}) → Tuple6< T1, T2, T3, T4, T5, T6> -
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