reflectionWithObject method

ClassReflection<O> reflectionWithObject([
  1. O? o
])

Implementation

ClassReflection<O> reflectionWithObject([O? o]) =>
    o == null ? reflection : reflection.withObject(o);