prefix property
This is the path inside your assets folder where your files lie.
For example, Flame uses the prefix 'assets/audio/' (you must include the final slash!). The default prefix (if not provided) is 'assets/' Your files will be found at
Implementation
String prefix;