copyWith property

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

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

Implementation

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