copyWith property

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

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

Implementation

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