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