StorageBucket constructor

StorageBucket({
  1. required SerializedStorageKey storageKey,
  2. String? name,
})

Implementation

StorageBucket({required this.storageKey, this.name});