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