pathSeparator property Null safety
override
The path separator used by the operating system to separate components in file paths.
Implementation
@override
String get pathSeparator => io.Platform.pathSeparator;
The path separator used by the operating system to separate components in file paths.
@override
String get pathSeparator => io.Platform.pathSeparator;