menu
sop_cometchat package
documentation
cometchat_uikit_shared.dart
DateTimeExtension2
isSameTime method
isSameTime method
dark_mode
light_mode
isSameTime
method
bool
isSameTime
(
DateTime
other
)
Implementation
bool isSameTime(DateTime other) { return hour == other.hour && minute == other.minute; }
sop_cometchat package
documentation
cometchat_uikit_shared
DateTimeExtension2
isSameTime method
DateTimeExtension2 extension on
DateTime