Tuple4<T1, T2, T3, T4> class

Inheritance

Constructors

Tuple4(T1 item1, T2 item2, T3 item3, T4 item4)
Tuple4.fromList(List items)
Create a new tuple value with the specified list items.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
item1 → T1
final
item2 → T2
final
item3 → T3
final
item4 → T4
final
iterable Iterable
no setterinherited
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited

Methods

copyWith({T1? item1, T2? item2, T3? item3, T4? item4}) Tuple4<T1, T2, T3, T4>
map<T>(T tuple(Tuple4<T1, T2, T3, T4> t)) → T
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toList({bool growable = false}) List
inherited
toMap() Map<int, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited