menu
antidart package
documentation
kotlin.dart
IntRange typedef
IntRange typedef
dark_mode
light_mode
IntRange
typedef
IntRange
= (
Int
,
Int
)
A range of values of type
Int
.
Implementation
typedef IntRange = (Int, Int);
antidart package
documentation
kotlin
IntRange typedef
kotlin.stdlib library