copyWith property

_$BaseControllerCWProxy<T> copyWith

Returns a callable class that can be used as follows: instanceOfBaseController.copyWith(...) or like so:instanceOfBaseController.copyWith.fieldName(...).

Implementation

_$BaseControllerCWProxy<T> get copyWith =>
    _$BaseControllerCWProxyImpl<T>(this);