isSynced property

bool 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);