pathPlatForm property

String get pathPlatForm

Implementation

String get pathPlatForm => Platform.isWindows ? replaceAll('/', '\\') : this;