ExtensionEvent.custom constructor

ExtensionEvent.custom(
  1. int? timestamp,
  2. String? eventKind,
  3. String? customEventName,
  4. Map<String, Object>? data,
)

Implementation

ExtensionEvent.custom(
  this.timestamp,
  this.eventKind,
  this.customEventName,
  this.data,
);