values property
BuiltSet<Mount_Type>
get
values
Returns a set with all values this enum contains.
Implementation
// coverage:ignore-start
static BuiltSet<Mount_Type> get values => _$mountTypeValues;
Returns a set with all values this enum contains.
// coverage:ignore-start
static BuiltSet<Mount_Type> get values => _$mountTypeValues;