ReadFileInput constructor
ReadFileInput({
- required String filePath,
Implementation
ReadFileInput({required String filePath}) {
_json = {'filePath': filePath};
}
ReadFileInput({required String filePath}) {
_json = {'filePath': filePath};
}