search_choices
search_choices
Tuple3
<
E1
,
E2
,
E3
>
Tuple3 constructor
Tuple3
search_choices
search_choices
Tuple3
<
E1
,
E2
,
E3
>
Tuple3 constructor
Tuple3 class
Constructors
Tuple3
Properties
hashCode
item1
item2
item3
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Tuple3<
E1
,
E2
,
E3
>
constructor
Null safety
Tuple3<
E1
,
E2
,
E3
>
(
E1
item1
,
E2
item2
,
E3
item3
)
Implementation
Tuple3(this.item1, this.item2, this.item3);