separator property
String
get
separator
Implementation
static String get separator =>
Env.isWindows ? WindowsPath.separator : UnixPath.separator;
static String get separator =>
Env.isWindows ? WindowsPath.separator : UnixPath.separator;