values property

BuiltSet<StorageConfig_Type> values

Returns a set with all values this enum contains.

Implementation

// coverage:ignore-start
static BuiltSet<StorageConfig_Type> get values => _$storageConfigTypeValues;