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