pathPlatForm property

String pathPlatForm

Implementation

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