pathJoin property
Platform path separator ('\' on Windows, '/' elsewhere).
Implementation
final String pathJoin = Platform.isWindows ? r'\' : '/';
Platform path separator ('\' on Windows, '/' elsewhere).
final String pathJoin = Platform.isWindows ? r'\' : '/';