assetPath property

String get assetPath

Flutter asset path for this clip.

Already prefixed with packages/flutter_confetti_engine/… so you never need to register the files in your own app's pubspec.yaml — Flutter merges package assets automatically.

Implementation

String get assetPath => '$_base/$name.wav';