menu
hora package
documentation
plugins.dart
MinMaxExt
atMost method
atMost method
dark_mode
light_mode
atMost
method
Hora
atMost
(
Hora
max
)
Ensures this date is not after the maximum.
Implementation
Hora atMost(Hora max) => isAfter(max) ? max : this;
hora package
documentation
plugins
MinMaxExt
atMost method
MinMaxExt extension on
Hora