DevToolsExtensionEvent constructor

DevToolsExtensionEvent(
  1. DevToolsExtensionEventType type, {
  2. Map<String, Object?>? data,
  3. String? source,
})

Implementation

DevToolsExtensionEvent(
  this.type, {
  this.data,
  this.source,
});