Value constructor

const Value(
  1. String key, {
  2. dynamic defaultValue,
})

Implementation

const Value(this.key, {this.defaultValue});