attachViewHierarchy property

  1. @experimental
bool attachViewHierarchy
getter/setter pair

Enables the View Hierarchy feature.

Renders an ASCII representation of the entire view hierarchy of the application when an error happens and includes it as an attachment.

Implementation

@meta.experimental
bool attachViewHierarchy = false;