WebStorageEvent constructor

const WebStorageEvent({
  1. String? key,
  2. String? newValue,
  3. String? oldValue,
})

Implementation

const WebStorageEvent({this.key, this.newValue, this.oldValue});