toJson method

Map<String, dynamic> toJson()

Implementation

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