screenArtifacts property

Map<String, Map<String, dynamic>> screenArtifacts
final

Map from screen name to its captured artifacts (debugTree, performance markers, etc.)

Implementation

final Map<String, Map<String, dynamic>> screenArtifacts = {};