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