menu
hora package
documentation
plugins.dart
MinMaxExt
atLeast method
atLeast method
dark_mode
light_mode
atLeast
method
Hora
atLeast
(
Hora
min
)
Ensures this date is not before the minimum.
Implementation
Hora atLeast(Hora min) => isBefore(min) ? min : this;
hora package
documentation
plugins
MinMaxExt
atLeast method
MinMaxExt extension on
Hora