menu
lean_extensions package
documentation
dart_essentials.dart
Range
Range.empty factory constructor
Range.empty factory constructor
dark_mode
light_mode
Range.empty
constructor
Range.empty
(
)
empty range - same as range(0)
Implementation
factory Range.empty() => Range(0, 0, 1);
lean_extensions package
documentation
dart_essentials
Range
Range.empty factory constructor
Range class