copyWith property

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

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

Implementation

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