separator property

String separator

Gets the path separator for the context's style. On Mac and Linux, this is /. On Windows, it's \.

Implementation

String get separator => style.separator;