isSynced property
bool
get
isSynced
Returns true if the status is synced or roomState:
EventStatus.synced or EventStatus.roomState.
Implementation
bool get isSynced => [
EventStatus.synced,
EventStatus.roomState,
].contains(this);