osSlash property

String get osSlash

Implementation

static String get osSlash => Platform.isWindows ? "\\" : "/";