copyWith property

_$ModelsSelectorFieldCWProxy get copyWith

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

Implementation

// ignore: library_private_types_in_public_api
_$ModelsSelectorFieldCWProxy get copyWith =>
    _$ModelsSelectorFieldCWProxyImpl(this);