InspectRequestedEvent constructor

InspectRequestedEvent({
  1. required RemoteObject object,
  2. required Map<String, dynamic> hints,
  3. ExecutionContextId? executionContextId,
})

Implementation

InspectRequestedEvent({
  required this.object,
  required this.hints,
  this.executionContextId,
});