toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (domainName != null) 'domainName': domainName!,
if (resourceState != null) 'resourceState': resourceState!,
if (yearlyPrice != null) 'yearlyPrice': yearlyPrice!,
};