InputFileLocal constructor
const
InputFileLocal({
- required String path,
A file defined by a local path
Implementation
const InputFileLocal({
required this.path,
});
A file defined by a local path
const InputFileLocal({
required this.path,
});