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