factory RoomStatus.fromJson(Map<String, dynamic> json) { return RoomStatus( backend: json['backend'] as String, state: json['state'] as String, ); }