getDifficulty method Null safety

String getDifficulty()

Implementation

String getDifficulty() {
    return difficulty;
}