copyWith property

_$AreaSummaryCWProxy get copyWith

Returns a callable class used to build a new instance with modified fields. Example: instanceOfAreaSummary.copyWith(...) or instanceOfAreaSummary.copyWith.fieldName(...).

Implementation

// ignore: library_private_types_in_public_api
_$AreaSummaryCWProxy get copyWith => _$AreaSummaryCWProxyImpl(this);