Choice constructor

Choice({
  1. required List<SemanticElement> parts,
})

Implementation

Choice({required this.parts});