StorageBucket constructor
StorageBucket({
- required SerializedStorageKey storageKey,
- String? name,
Implementation
StorageBucket({required this.storageKey, this.name});