toJson method
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!,
};