menu
entao_hare package
documentation
basic/basic.dart
IntPair<T>
IntPair.new const constructor
IntPair.new const constructor
dark_mode
light_mode
IntPair<
T
>
constructor
const
IntPair<
T
>
(
int
first
,
T
second
)
Implementation
const IntPair(this.first, this.second);
entao_hare package
documentation
basic/basic
IntPair<T>
IntPair.new const constructor
IntPair class