ConfigValue<T> constructor
const
ConfigValue<T> (
- T value,
- ConfigValueSource source
Implementation
const ConfigValue(this.value, this.source);
const ConfigValue(this.value, this.source);