menu
extify package
documentation
number/range.dart
IntRange
IntRange.new constructor
IntRange.new constructor
dark_mode
light_mode
IntRange
constructor
IntRange
(
int
start
,
int
end
, {
List
<
_NumRange
<
int
>
>
?
excludes
,
})
Implementation
IntRange(super.start, super.end, {super.excludes});
extify package
documentation
number/range
IntRange
IntRange.new constructor
IntRange class