includeProperties property

  1. @override
bool includeProperties
final

Whether to include the properties of a DiagnosticsNode in the serialization.

Defaults to false.

See also:

  • filterProperties, which provides a way to filter the properties that will be included.

Implementation

@override
final bool includeProperties;