toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (contactNotices != null) 'contactNotices': contactNotices!,
      if (domainNotices != null) 'domainNotices': domainNotices!,
      if (registration != null) 'registration': registration!,
      if (validateOnly != null) 'validateOnly': validateOnly!,
      if (yearlyPrice != null) 'yearlyPrice': yearlyPrice!,
    };