durations property Null safety
read / write
List with the durations that the user can choose.
Implementation
static Iterable<String> durations = {'Fast', 'Mid', 'Large', 'Marathon'};
List with the durations that the user can choose.
static Iterable<String> durations = {'Fast', 'Mid', 'Large', 'Marathon'};