copyWith property

_$ThirdTableCWProxy get copyWith

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

Implementation

// ignore: library_private_types_in_public_api
_$ThirdTableCWProxy get copyWith => _$ThirdTableCWProxyImpl(this);