separator top-level property
Gets the path separator for the current platform. This is \ on Windows
and / on other platforms (including the browser).
Implementation
String get separator => context.separator;
Gets the path separator for the current platform. This is \ on Windows
and / on other platforms (including the browser).
String get separator => context.separator;