path property

String get path

Implementation

static String get path {
  if (_path != null) {
    return _path!;
  } else {
    log("path not initialized", name: "OS_BASECODE");
    throw Exception('path not initialized');
  }
}