config property

  1. @protected
AlexConfig config

Implementation

@protected
AlexConfig get config {
  if (!AlexConfig.hasInstance) {
    AlexConfig.load(recursive: true);
  }
  return AlexConfig.instance;
}