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