menu
antidart package
documentation
kotlin.dart
Pair<A, B> typedef
Pair<A, B> typedef
dark_mode
light_mode
Pair<
A
,
B
>
typedef
Pair
<
A
,
B
> = (
A
,
B
)
Represents a generic pair of two values.
Implementation
typedef Pair<A, B> = (A, B);
antidart package
documentation
kotlin
Pair<A, B> typedef
kotlin.stdlib library