ConfigValue<T> constructor

const ConfigValue<T>(
  1. T value,
  2. ConfigValueSource source
)

Implementation

const ConfigValue(this.value, this.source);