Map<String, dynamic> toJson() { final brokerLogs = this.brokerLogs; return { 'brokerLogs': brokerLogs, }; }