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