withObject abstract method

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

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

Implementation

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