copyWith property

_$ProjectFileCWProxy copyWith

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

Implementation

// ignore: library_private_types_in_public_api
_$ProjectFileCWProxy get copyWith => _$ProjectFileCWProxyImpl(this);