Choice<T> constructor

const Choice<T>(
  1. String? key,
  2. String value, {
  3. T? metadata,
})

Implementation

const Choice(this.key, this.value, {this.metadata});