Parse from a json
factory InputFileLocal.fromJson(Map<String, dynamic> json) => InputFileLocal( path: json['path'], );