possibleOutcomes property

List<String>? get possibleOutcomes

Property getter and setter for possibleOutcomes:

Implementation

List<String>? get possibleOutcomes;
set possibleOutcomes (List<String>? possibleOutcomes)

Implementation

set possibleOutcomes(List<String>? possibleOutcomes);