assets property

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

Represents the all the assets the scanner has seen. including the assets that are not processed yet (directives)

Implementation

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