toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (dnsKeyContext != null) 'dnsKeyContext': dnsKeyContext!,
      if (id != null) 'id': id!,
      if (kind != null) 'kind': kind!,
      if (startTime != null) 'startTime': startTime!,
      if (status != null) 'status': status!,
      if (type != null) 'type': type!,
      if (user != null) 'user': user!,
      if (zoneContext != null) 'zoneContext': zoneContext!,
    };