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