Alternatives constructor

Alternatives(
  1. ElementSequence elements, {
  2. String? description,
})

Implementation

Alternatives(this.elements, {this.description});