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