toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (dataAttributeBindings != null)
'dataAttributeBindings': dataAttributeBindings!,
if (nextPageToken != null) 'nextPageToken': nextPageToken!,
if (unreachableLocations != null)
'unreachableLocations': unreachableLocations!,
};