withObject abstract method

  1. @override
ClassReflection<O> withObject([
  1. O? obj
])
override

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

Implementation

@override
ClassReflection<O> withObject([O? obj]);