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