normalizedPath property
String
get
normalizedPath
Returns the path with normalized separators (forward slashes)
Implementation
String get normalizedPath => path.replaceAll('\\', '/');
Returns the path with normalized separators (forward slashes)
String get normalizedPath => path.replaceAll('\\', '/');