directives property

  1. @override
HashMap<String, List<List>> directives
finalinherited

Represents the directives that have been found in the scanned assets.

this is of every asset and it's directives it's mainly used to detect relationships between assets

Implementation

@override
final HashMap<String, List<List<dynamic>>> directives = HashMap<String, List<List<dynamic>>>();