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