copyWith property

  1. @JsonKey.new(includeFromJson: false, includeToJson: false)
$PublisherCopyWith<Publisher> get copyWith
inherited

Create a copy of Publisher with the given fields replaced by the non-null parameter values.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
@pragma('vm:prefer-inline')
$PublisherCopyWith<Publisher> get copyWith => _$PublisherCopyWithImpl<Publisher>(this as Publisher, _$identity);