UStorageEvent constructor

const UStorageEvent(
  1. UStorageEventType type,
  2. UStorageBucket bucket, [
  3. String? key
])

Implementation

const UStorageEvent(this.type, this.bucket, [this.key]);