assets property

Map<String, dynamic>? assets
final

A map of assets found after running the command. The key is the relative path from the command dir

Implementation

final Map<String, dynamic>? assets;