toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final dataAttributes = this.dataAttributes;
final nextPageToken = this.nextPageToken;
final unreachableLocations = this.unreachableLocations;
return {
'dataAttributes': ?dataAttributes,
'nextPageToken': ?nextPageToken,
'unreachableLocations': ?unreachableLocations,
};
}