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