DevToolsExtensionEvent constructor
DevToolsExtensionEvent(
- DevToolsExtensionEventType type, {
- Map<
String, Object?> ? data, - String? source,
Implementation
DevToolsExtensionEvent(
this.type, {
this.data,
this.source,
});