AskAnswer.selection constructor

const AskAnswer.selection(
  1. List<String> labels
)

Creates an answer from selected option labels.

Implementation

const AskAnswer.selection(List<String> labels) : this(selected: labels);