copyWith property

_$VariablesResponseDtoCWProxy copyWith

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

Implementation

// ignore: library_private_types_in_public_api
_$VariablesResponseDtoCWProxy get copyWith =>
    _$VariablesResponseDtoCWProxyImpl(this);