unixPath property

String get unixPath

Implementation

String get unixPath {
  return path.replaceAll(r'\', '/');
}