SyncEventInit constructor

SyncEventInit({
  1. bool bubbles,
  2. bool cancelable,
  3. bool composed,
  4. required String tag,
  5. bool lastChance,
})

Implementation

external factory SyncEventInit({
  bool bubbles,
  bool cancelable,
  bool composed,
  required String tag,
  bool lastChance,
});