copyWith property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
$ActorGetProfilesOutputCopyWith<ActorGetProfilesOutput> get copyWith
inherited

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

Implementation

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