StorageId constructor
StorageId({
- String? securityOrigin,
- SerializedStorageKey? storageKey,
- required bool isLocalStorage,
Implementation
StorageId({
this.securityOrigin,
this.storageKey,
required this.isLocalStorage,
});