InspectorSerializationDelegate constructor
- String? groupName,
- bool summaryTree = false,
- int maxDescendantsTruncatableNode = -1,
- bool expandPropertyValues = true,
- int subtreeDepth = 1,
- bool includeProperties = false,
- required WidgetInspectorService service,
- Map<
String, Object> ? addAdditionalPropertiesCallback()?, - bool inDisableWidgetInspectorScope = false,
Creates an InspectorSerializationDelegate that serialize DiagnosticsNode for Flutter Inspector service.
Implementation
InspectorSerializationDelegate({
this.groupName,
this.summaryTree = false,
this.maxDescendantsTruncatableNode = -1,
this.expandPropertyValues = true,
this.subtreeDepth = 1,
this.includeProperties = false,
required this.service,
this.addAdditionalPropertiesCallback,
this.inDisableWidgetInspectorScope = false,
});