menu
angulardart_components package
documentation
model/date/date.dart
Date
isBefore method
isBefore method
dark_mode
light_mode
isBefore
method
bool
isBefore
(
Date
other
)
Implementation
bool isBefore(Date other) => this < other;
angulardart_components package
documentation
model/date/date
Date
isBefore method
Date class