menu
terminice package
documentation
testing.dart
RangeResult
RangeResult.new const constructor
RangeResult.new const constructor
dark_mode
light_mode
RangeResult
constructor
const
RangeResult
(
{
required
num
start
,
required
num
end
,
})
Implementation
const RangeResult({ required this.start, required this.end, });
terminice package
documentation
testing
RangeResult
RangeResult.new const constructor
RangeResult class