LocalPathFileX constructor

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

Implementation

factory LocalPathFileX(
    {required final String path,
    final FileXType? fileXType}) = _$LocalPathFileX;