assetName property
The code-asset name within the package, e.g. 'hook_demo.dart'.
This becomes the runtime identifier
@Native(assetId: 'package:<assetPackage>/<assetName>').
Implementation
final String assetName;
The code-asset name within the package, e.g. 'hook_demo.dart'.
This becomes the runtime identifier
@Native(assetId: 'package:<assetPackage>/<assetName>').
final String assetName;