copyWith property

_$ScreenFieldCWProxy get copyWith

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

Implementation

// ignore: library_private_types_in_public_api
_$ScreenFieldCWProxy get copyWith => _$ScreenFieldCWProxyImpl(this);