SharedStorageAccessParams constructor

SharedStorageAccessParams({
  1. String? scriptSourceUrl,
  2. String? operationName,
  3. String? serializedData,
  4. List<SharedStorageUrlWithMetadata>? urlsWithMetadata,
  5. String? key,
  6. String? value,
  7. bool? ignoreIfPresent,
})

Implementation

SharedStorageAccessParams({
  this.scriptSourceUrl,
  this.operationName,
  this.serializedData,
  this.urlsWithMetadata,
  this.key,
  this.value,
  this.ignoreIfPresent,
});