hasRegisterEnumReflection<O> method

bool hasRegisterEnumReflection<O>([
  1. Type? enumType
])

Returns true if a EnumReflection is registered for enumType.

Implementation

bool hasRegisterEnumReflection<O>([Type? enumType]) =>
    _registeredEnumReflection.containsKey(enumType ?? O);