copyWith property

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

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

Implementation

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