hasRegisterEnumReflection<O> method
Returns true
if a EnumReflection is registered for enumType
.
Implementation
bool hasRegisterEnumReflection<O>([Type? enumType]) =>
_registeredEnumReflection.containsKey(enumType ?? O);
Returns true
if a EnumReflection is registered for enumType
.
bool hasRegisterEnumReflection<O>([Type? enumType]) =>
_registeredEnumReflection.containsKey(enumType ?? O);