copyWith property

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

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

Implementation

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