menu
meshagent_flutter_shadcn package
documentation
data_grid/swayze_math/src/range.dart
Range
isNil property
isNil property
dark_mode
light_mode
isNil
property
bool
get
isNil
If this is a range with no elements
Implementation
bool get isNil => start == end;
meshagent_flutter_shadcn package
documentation
data_grid/swayze_math/src/range
Range
isNil property
Range class