copyWith property

_$AlfredUserConfigurationConfigTextFieldCWProxy copyWith

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

Implementation

// ignore: library_private_types_in_public_api
_$AlfredUserConfigurationConfigTextFieldCWProxy get copyWith =>
    _$AlfredUserConfigurationConfigTextFieldCWProxyImpl(this);