menu
folly_fields package
documentation
util/model_utils.dart
ModelUtils
toMapSetEnumByName<T extends Enum> static method
toMapSetEnumByName<T extends Enum> static method
dark_mode
light_mode
toMapSetEnumByName<
T extends Enum
>
static method
Set
<
String
>
toMapSetEnumByName
<
T extends Enum
>(
Set
<
T
>
set
)
Implementation
static Set<String> toMapSetEnumByName<T extends Enum>(Set<T> set) => _toMapEnumByName(set).toSet();
folly_fields package
documentation
util/model_utils
ModelUtils
toMapSetEnumByName<T extends Enum> static method
ModelUtils class