menu
ella package
documentation
math/IntegerRange.dart
IntegerRange
contains method
contains method
dark_mode
light_mode
contains
method
bool
contains
(
int
value
)
Implementation
bool contains(int value) { return value >= begin && value <= end; }
ella package
documentation
math/IntegerRange
IntegerRange
contains method
IntegerRange class