Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'inboxIds'] = this.inboxIds; return json; }