StorageId constructor

StorageId({
  1. String? securityOrigin,
  2. SerializedStorageKey? storageKey,
  3. required bool isLocalStorage,
})

Implementation

StorageId({
  this.securityOrigin,
  this.storageKey,
  required this.isLocalStorage,
});