AnchorField constructor

AnchorField(
  1. String description,
  2. bool optional,
  3. List<String> choices
)

Implementation

AnchorField(this.description, this.optional, this.choices);