menu
flutter_helper_kit package
documentation
reactive/rx_datetime.dart
RxDateTime
isAfter method
isAfter method
dark_mode
light_mode
isAfter
method
bool
isAfter
(
DateTime
other
)
Implementation
bool isAfter(DateTime other) => value.isAfter(other);
flutter_helper_kit package
documentation
reactive/rx_datetime
RxDateTime
isAfter method
RxDateTime class