toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (customDomain != null) 'customDomain': customDomain!,
if (customDomainState != null) 'customDomainState': customDomainState!,
if (domainVerificationRequestTime != null)
'domainVerificationRequestTime': domainVerificationRequestTime!,
if (pendingCustomDomain != null)
'pendingCustomDomain': pendingCustomDomain!,
if (useCustomDomain != null) 'useCustomDomain': useCustomDomain!,
};