withoutObjectInstance method
Returns a new instances without an object instance.
Implementation
@override
EnumReflection<O> withoutObjectInstance() =>
hasObject ? getStaticInstance() : this;
Returns a new instances without an object instance.
@override
EnumReflection<O> withoutObjectInstance() =>
hasObject ? getStaticInstance() : this;