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