FileX.path constructor

FileX.path({
  1. required String path,
  2. FileXType? fileXType,
})

Implementation

factory FileX.path({required String path, FileXType? fileXType}) =
    LocalPathFileX;