copyWith property

_$StarCWProxy copyWith

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

Implementation

// ignore: library_private_types_in_public_api
_$StarCWProxy get copyWith => _$StarCWProxyImpl(this);