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