pathSeparator property

  1. @override
String get pathSeparator
override

The path separator used by the operating system to separate components in file paths.

Implementation

@override
String get pathSeparator =>
    _throwIfUnset(_pathSeparator, _className, json_key.pathSeparator);