menu
date_n_time package
documentation
date_n_time.dart
LocalDateRange
contains method
contains method
dark_mode
light_mode
contains
method
bool
contains
(
LocalDate
other
)
Implementation
bool contains(LocalDate other) => start == other || end == other || start < other && end > other;
date_n_time package
documentation
date_n_time
LocalDateRange
contains method
LocalDateRange class