ResultFormat.singleChoice constructor

ResultFormat.singleChoice(
  1. String errorMsg
)

Implementation

factory ResultFormat.singleChoice(String errorMsg) = _SingleChoiceResultType;