instance property Null safety
The current WidgetInspectorService.
Implementation
static WidgetInspectorService get instance => _instance;
protected">@protected
Implementation
@protected
static set instance(WidgetInspectorService instance) {
_instance = instance;
}