pathSeparator property

String pathSeparator

The path separator used by the operating system to separate components in file paths.

Implementation

@pragma("vm:platform-const")
static String get pathSeparator => _pathSeparator;