StorageEntity constructor

const StorageEntity(
  1. String path,
  2. StorageEntityType type, {
  3. required String parentAlias,
})

Implementation

const StorageEntity(
  this.path,
  this.type, {
  required this.parentAlias,
});