possibleOutcomes property

List<String>? possibleOutcomes

Property getter and setter for possibleOutcomes:

Implementation

List<String>? get possibleOutcomes;
void possibleOutcomes=(List<String>? possibleOutcomes)

Implementation

set possibleOutcomes(List<String>? possibleOutcomes);