copyWith property

_$SelectorFieldCWProxy get copyWith

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

Implementation

// ignore: library_private_types_in_public_api
_$SelectorFieldCWProxy get copyWith => _$SelectorFieldCWProxyImpl(this);