CommandLineConfigurationSource constructor

CommandLineConfigurationSource({
  1. Iterable<String>? args,
  2. LinkedHashMap<String, String>? switchMappings,
})

Implementation

CommandLineConfigurationSource({
  this.args,
  this.switchMappings,
});