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