keyName property
The key to use to obtain the resource from the bundle. This is the argument passed to AssetBundle.load.
Implementation
String get keyName => package == null ? assetName : 'packages/$package/$assetName';
The key to use to obtain the resource from the bundle. This is the argument passed to AssetBundle.load.
String get keyName => package == null ? assetName : 'packages/$package/$assetName';