isOwner method

bool isOwner()

Implementation

bool isOwner() {
  return RoomStore.to.currentUser.userRole.value == TUIRole.roomOwner;
}