ValueInfo constructor

ValueInfo({
  1. String? annotation,
  2. String? overriddenValue,
  3. String? value,
})

Implementation

ValueInfo({this.annotation, this.overriddenValue, this.value});