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