StorageGetPropertiesRequest constructor

const StorageGetPropertiesRequest({
  1. required StoragePath path,
  2. StorageGetPropertiesOptions? options,
})

Presents a storage get properties request.

Implementation

const StorageGetPropertiesRequest({
  required this.path,
  this.options,
});