isSending property
bool
get
isSending
Return true
if the EventStatus
equals sending
.
Implementation
bool get isSending => this == EventStatus.sending;
Return true
if the EventStatus
equals sending
.
bool get isSending => this == EventStatus.sending;