tuple package
documentation
tuple
Tuple7
<
T1
,
T2
,
T3
,
T4
,
T5
,
T6
,
T7
>
item7 property
item7
item7
property
Null safety
T7
item7
final
Returns the seventh item of the tuple
Implementation
final T7 item7;
tuple package
documentation
tuple
Tuple7
<
T1
,
T2
,
T3
,
T4
,
T5
,
T6
,
T7
>
item7 property
Tuple7 class
Constructors
Tuple7
fromList
Properties
hashCode
item1
item2
item3
item4
item5
item6
item7
runtimeType
Methods
noSuchMethod
toList
toString
withItem1
withItem2
withItem3
withItem4
withItem5
withItem6
withItem7
Operators
operator ==