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