menu
ella package
documentation
time/EllaDate.dart
EllaDate
isBefore method
isBefore method
dark_mode
light_mode
isBefore
method
bool
isBefore
(
EllaDate
other
)
Implementation
bool isBefore(EllaDate other) { return toDateTime().isBefore( other.toDateTime() ); }
ella package
documentation
time/EllaDate
EllaDate
isBefore method
EllaDate class