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