toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final snapshotUuid = this.snapshotUuid;
final storagePool = this.storagePool;
final volumeUuid = this.volumeUuid;
return {
'snapshotUuid': ?snapshotUuid,
'storagePool': ?storagePool,
'volumeUuid': ?volumeUuid,
};
}