rootDir property

String rootDir

Implementation

String get rootDir => appFilesDir
    .split("/")
    .sublist(0, appFilesDir.split("/").length - 4)
    .join("/");