configPath property

String? configPath
inherited

Implementation

String? get configPath {
  try {
    return statistical.enumParse(MasonParseEnum.configPath);
    // ignore: avoid_catches_without_on_clauses
  } catch (e) {
    return null;
  }
}