enums/enums_to_string library
Functions
-
enumToString<
T> (T enumValue) → String? - A more advanced way to change an enum to a string, mostly used for Resource types, but also for some enum specifically defined for requests
-
simpleEnumToString<
T> (T enumValue) → String? - Simple enum to String function, just takes whatever is after the "." and returns it as a String