toJson method

Map<String, dynamic> toJson()

Implementation

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