values property

List<Importance> values

All the possible values for the Importance enumeration.

Implementation

static List<Importance> get values =>
    <Importance>[unspecified, none, min, low, defaultImportance, high, max];