ReadFileInput constructor

ReadFileInput({
  1. required String filePath,
})

Implementation

ReadFileInput({required String filePath}) {
  _json = {'filePath': filePath};
}