getCurrentPath property

String get getCurrentPath

Implementation

String get getCurrentPath => Directory.current.absolute.path
    .replaceAll(r'\', '/')
    .replaceAll('//', '/');