path property

String path

Implementation

static String get path {
  if (_path != null) {
    return _path!;
  } else {
    throw Exception('path not initialized');
  }
}