values property

BuiltSet<View_Sort_Mode> get values

Returns a set with all values this enum contains.

Implementation

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