length method

dynamic length()

Implementation

length() {
  return File(pathFile).openSync();
}