instance property

WidgetInspectorService get instance

The current WidgetInspectorService.

Implementation

static WidgetInspectorService get instance => _instance;
  1. @protected
set instance (WidgetInspectorService instance)

Implementation

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