menu
adaptive_pop_scope package
documentation
couple.dart
Couple<T, U>
Couple.new const constructor
Couple.new const constructor
dark_mode
light_mode
Couple<
T
,
U
>
constructor
const
Couple<
T
,
U
>
(
T
first
,
U
second
)
Implementation
const Couple(this.first, this.second);
adaptive_pop_scope package
documentation
couple
Couple<T, U>
Couple.new const constructor
Couple class