utils/enum_utils library

Functions

enumFromString<T>(List<T> enumValues, String? value) → T?
enumToString(dynamic enumValue) String?