assetName property

String assetName
final

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;