propertiesTransformers property
final
Transformers to transform DiagnosticsNode in DiagnosticPropertiesBuilder into a more descriptive form.
There are layers that attach certain DiagnosticsNode into FlutterErrorDetails that require knowledge from other layers to parse. To correctly interpret those DiagnosticsNode, register transformers in the layers that possess the knowledge.
See also:
- WidgetsBinding.initInstances, which registers its transformer.
Implementation
static final List<DiagnosticPropertiesTransformer> propertiesTransformers =
<DiagnosticPropertiesTransformer>[];