reportName property

  1. @override
String get reportName
override

The widget's name rather than the element's: it is the one that carries tag, and it is the name this scope's own teardown puts in front of the same report.

Implementation

@override
String get reportName => widget.toStringShort(showHashCode: true);