difficultiesComplete property Null safety

Iterable<String> difficultiesComplete
read / write

List with all the difficulties that are actually available. The extreme questions are handled by the app and cannot be chosen by the user.

Implementation

static Iterable<String> difficultiesComplete = {'Any', 'Easy','Medium','Hard', 'Extreme'};