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