copyWith property

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

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

Implementation

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