pathSeparator property

String get pathSeparator

Implementation

static String get pathSeparator => kIsWeb ? "/" : Platform.pathSeparator;