Map<String, dynamic> toJson() => {if (room != null) 'room': room!.toJson(), if (agent != null) 'agent': agent!.toJson()};