CreateFileSystemFromBackupResponse constructor

CreateFileSystemFromBackupResponse({
  1. FileSystem? fileSystem,
})

Implementation

CreateFileSystemFromBackupResponse({
  this.fileSystem,
});