withObject abstract method

Reflection<O> withObject([
  1. O? obj
])

Returns a new instances with obj as the associated object (O).

Implementation

Reflection<O> withObject([O? obj]);