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