toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (certChallengeDiscoveredTxt != null)
        'certChallengeDiscoveredTxt': certChallengeDiscoveredTxt!,
      if (certChallengeDns != null) 'certChallengeDns': certChallengeDns!,
      if (certChallengeHttp != null) 'certChallengeHttp': certChallengeHttp!,
      if (certStatus != null) 'certStatus': certStatus!,
      if (discoveredIps != null) 'discoveredIps': discoveredIps!,
      if (dnsFetchTime != null) 'dnsFetchTime': dnsFetchTime!,
      if (dnsStatus != null) 'dnsStatus': dnsStatus!,
      if (expectedIps != null) 'expectedIps': expectedIps!,
    };