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