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