pathSeparator property
String
get
pathSeparator
The path separator used by the operating system to separate components in file paths.
Implementation
static String get pathSeparator => '/';
The path separator used by the operating system to separate components in file paths.
static String get pathSeparator => '/';