isRoomState property
bool
get
isRoomState
Return true
if the EventStatus
equals roomState
.
Implementation
bool get isRoomState => this == EventStatus.roomState;
Return true
if the EventStatus
equals roomState
.
bool get isRoomState => this == EventStatus.roomState;