menu
my_utility package
documentation
range.dart
IntRange
IntRange.new const constructor
IntRange.new const constructor
dark_mode
light_mode
IntRange
constructor
const
IntRange
(
int
first
,
int
endInclusive
)
Implementation
const IntRange(super.first, super.endInclusive);
my_utility package
documentation
range
IntRange
IntRange.new const constructor
IntRange class