copyWith property

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

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

Implementation

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