configs property

Future<Config> configs

Returns a Future that completes when the configs are loaded from the analysis_options.yaml file

Implementation

Future<Config> get configs => _configsCompleter.future;