getIncorrectAnswers method Null safety

Iterable<String> getIncorrectAnswers()

Implementation

Iterable<String> getIncorrectAnswers() {
    return incorrectAnswers;
}