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