withObject abstract method
Returns a new instances with obj
as the associated object (O
).
Implementation
@override
EnumReflection<O> withObject([O? obj]);
Returns a new instances with obj
as the associated object (O
).
@override
EnumReflection<O> withObject([O? obj]);