Choice<T> constructor

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

Implementation

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