normalizedPath property

String get normalizedPath

Returns the path with normalized separators (forward slashes)

Implementation

String get normalizedPath => path.replaceAll('\\', '/');