menu
chmwkuzrwshyhgsgzncj package
documentation
cometchat_chat_uikit.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; }
chmwkuzrwshyhgsgzncj package
documentation
cometchat_chat_uikit
DateTimeExtension2
isSameTime method
DateTimeExtension2 extension on
DateTime