values property

List<String>? values
final

The list of answers to the question specified in the MapEntry Key element. The Worker must match all values in order for the answer to be scored correctly.

Implementation

final List<String>? values;