file property
The file to be bundled with the Dart or Flutter application.
If the linkMode is DynamicLoadingBundled, the file must be provided and exist.
If the linkMode is DynamicLoadingSystem, the file must be provided, and not exist.
If the linkMode is LookupInProcess, or LookupInExecutable the file must be omitted in the BuildOutput.
Implementation
final Uri? file;