menu
hora package
documentation
plugins.dart
MinMaxExt
min method
min method
dark_mode
light_mode
min
method
Hora
min
(
Hora
other
)
Gets the earlier of this and another date.
Implementation
Hora min(Hora other) => HoraMinMax.min2(this, other);
hora package
documentation
plugins
MinMaxExt
min method
MinMaxExt extension on
Hora