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