toJson method

Map<String, dynamic> toJson()

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!,
    };