toFile method

File toFile({
  1. bool? windows,
})

Implementation

File toFile({bool? windows}) => File(toFilePath(windows: windows));