factory CreateRoomResponse.fromJson(Map<String, dynamic> json) { return CreateRoomResponse( roomArn: json['RoomArn'] as String?, ); }