toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (conditions != null) 'conditions': conditions!,
      if (mappedRouteName != null) 'mappedRouteName': mappedRouteName!,
      if (observedGeneration != null)
        'observedGeneration': observedGeneration!,
      if (resourceRecords != null) 'resourceRecords': resourceRecords!,
      if (url != null) 'url': url!,
    };