menu
flutter_helper_kit package
documentation
reactive/rx_datetime.dart
RxnDateTime
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
RxnDateTime
isAfter method
RxnDateTime class