StorageIdScope constructor

StorageIdScope(
  1. String storageId
)

Implementation

StorageIdScope(String storageId)
    : super._(AclScope._typeStorageId, storageId);