separator top-level property

String separator

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;