instance property Null safety

WidgetInspectorService instance

The current WidgetInspectorService.

Implementation

static WidgetInspectorService get instance => _instance;
void instance=(WidgetInspectorService instance)
protected">@protected

Implementation

@protected
static set instance(WidgetInspectorService instance) {
  _instance = instance;
}