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