file property
The file to be bundled with the Dart or Flutter application.
The file can be omitted in the BuildOutput for BuildConfig.dryRun.
The file can also be omitted for asset types which refer to an asset already present on the target system or an asset already present in Dart or Flutter.
Implementation
final Uri file;