separator property Null safety
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;
Gets the path separator for the context's style. On Mac and Linux,
this is /
. On Windows, it's \
.
String get separator => style.separator;