copyWith property
_$PointCWProxy
get
copyWith
Returns a callable class used to build a new instance with modified fields.
Example: instanceOfPoint.copyWith(...)
or instanceOfPoint.copyWith.fieldName(...)
.
Implementation
// ignore: library_private_types_in_public_api
_$PointCWProxy get copyWith => _$PointCWProxyImpl(this);