InputFileLocal constructor

const InputFileLocal({
  1. required String path,
})

A file defined by a local path

Implementation

const InputFileLocal({
  required this.path,
});