InspectorSerializationDelegate constructor Null safety
Creates an InspectorSerializationDelegate that serialize DiagnosticsNode for Flutter Inspector service.
Implementation
InspectorSerializationDelegate({
this.groupName,
this.summaryTree = false,
this.maxDescendentsTruncatableNode = -1,
this.expandPropertyValues = true,
this.subtreeDepth = 1,
this.includeProperties = false,
required this.service,
this.addAdditionalPropertiesCallback,
});