toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (healthCheckedTargets != null)
    'healthCheckedTargets': healthCheckedTargets!,
  if (kind != null) 'kind': kind!,
  if (location != null) 'location': location!,
  if (rrdatas != null) 'rrdatas': rrdatas!,
  if (signatureRrdatas != null) 'signatureRrdatas': signatureRrdatas!,
};