menu
hora package
documentation
plugins.dart
HoraMinMax
max2 static method
max2 static method
dark_mode
light_mode
max2
static method
Hora
max2
(
Hora
a
,
Hora
b
)
Gets the maximum of two dates.
Implementation
static Hora max2(Hora a, Hora b) => a.isAfter(b) ? a : b;
hora package
documentation
plugins
HoraMinMax
max2 static method
HoraMinMax class