separator property

String get separator

Implementation

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