isArchived property

bool get isArchived

Is the room archived

Implementation

bool get isArchived => membership == Membership.leave;