Skip to content

Commit

Permalink
rename CashAppPay to CashApp to fix #1639
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbark committed Mar 25, 2024
1 parent 2bd3532 commit 427c41c
Show file tree
Hide file tree
Showing 25 changed files with 187 additions and 187 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part of 'ach_params.dart';
T _$identity<T>(T value) => value;

final _privateConstructorUsedError = UnsupportedError(
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#custom-getters-and-methods');
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models');

Check warning on line 15 in packages/stripe_platform_interface/lib/src/models/ach_params.freezed.dart

View workflow job for this annotation

GitHub Actions / Typo CI

freezed

"freezed" is a typo. Did you mean "freezes"?

CollectBankAccountParams _$CollectBankAccountParamsFromJson(
Map<String, dynamic> json) {
Expand Down Expand Up @@ -160,7 +160,7 @@ class _$CollectBankAccountParamsImpl implements _CollectBankAccountParams {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$CollectBankAccountParamsImpl &&
Expand Down Expand Up @@ -362,7 +362,7 @@ class _$VerifyMicroDepositsParamsImpl implements _VerifyMicroDepositsParams {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$VerifyMicroDepositsParamsImpl &&
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part of 'address.dart';
T _$identity<T>(T value) => value;

final _privateConstructorUsedError = UnsupportedError(
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#custom-getters-and-methods');
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models');

Check warning on line 15 in packages/stripe_platform_interface/lib/src/models/address.freezed.dart

View workflow job for this annotation

GitHub Actions / Typo CI

freezed

"freezed" is a typo. Did you mean "freezes"?

AddressDetails _$AddressDetailsFromJson(Map<String, dynamic> json) {
return _AddressDetails.fromJson(json);
Expand Down Expand Up @@ -165,7 +165,7 @@ class _$AddressDetailsImpl implements _AddressDetails {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$AddressDetailsImpl &&
Expand Down Expand Up @@ -422,7 +422,7 @@ class _$AddressImpl extends _Address {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$AddressImpl &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part of 'app_info.dart';
T _$identity<T>(T value) => value;

final _privateConstructorUsedError = UnsupportedError(
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#custom-getters-and-methods');
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models');

Check warning on line 15 in packages/stripe_platform_interface/lib/src/models/app_info.freezed.dart

View workflow job for this annotation

GitHub Actions / Typo CI

freezed

"freezed" is a typo. Did you mean "freezes"?

AppInfo _$AppInfoFromJson(Map<String, dynamic> json) {
return _AppInfo.fromJson(json);
Expand Down Expand Up @@ -148,7 +148,7 @@ class _$AppInfoImpl implements _AppInfo {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$AppInfoImpl &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part of 'apple_pay.dart';
T _$identity<T>(T value) => value;

final _privateConstructorUsedError = UnsupportedError(
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#custom-getters-and-methods');
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models');

Check warning on line 15 in packages/stripe_platform_interface/lib/src/models/apple_pay.freezed.dart

View workflow job for this annotation

GitHub Actions / Typo CI

freezed

"freezed" is a typo. Did you mean "freezes"?

ApplePayShippingMethod _$ApplePayShippingMethodFromJson(
Map<String, dynamic> json) {
Expand Down Expand Up @@ -258,7 +258,7 @@ class _$ApplePayShippingMethodImpl implements _ApplePayShippingMethod {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ApplePayShippingMethodImpl &&
Expand Down Expand Up @@ -568,7 +568,7 @@ class _$ImmediateCartSummaryItemImpl implements ImmediateCartSummaryItem {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ImmediateCartSummaryItemImpl &&
Expand Down Expand Up @@ -793,7 +793,7 @@ class _$DeferredSummaryItemImpl implements DeferredSummaryItem {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$DeferredSummaryItemImpl &&
Expand Down Expand Up @@ -1055,7 +1055,7 @@ class _$RecurringCartSummaryItemImpl implements RecurringCartSummaryItem {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$RecurringCartSummaryItemImpl &&
Expand Down Expand Up @@ -1499,7 +1499,7 @@ class _$ApplePayPresentParamsImpl implements _ApplePayPresentParams {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ApplePayPresentParamsImpl &&
Expand Down Expand Up @@ -1722,7 +1722,7 @@ class _$ApplePayErrorAddressFieldImpl implements _ApplePayErrorAddressField {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ApplePayErrorAddressFieldImpl &&
Expand Down Expand Up @@ -1954,7 +1954,7 @@ class _$ApplePayContactNameImpl implements _ApplePayContactName {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ApplePayContactNameImpl &&
Expand Down Expand Up @@ -2239,7 +2239,7 @@ class _$ApplePayPostalAddressImpl implements _ApplePayPostalAddress {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ApplePayPostalAddressImpl &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part of 'aubecs_form.dart';
T _$identity<T>(T value) => value;

final _privateConstructorUsedError = UnsupportedError(
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#custom-getters-and-methods');
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models');

Check warning on line 15 in packages/stripe_platform_interface/lib/src/models/aubecs_form.freezed.dart

View workflow job for this annotation

GitHub Actions / Typo CI

freezed

"freezed" is a typo. Did you mean "freezes"?

AubecsFormStyle _$AubecsFormStyleFromJson(Map<String, dynamic> json) {
return _AubecsFormStyle.fromJson(json);
Expand Down Expand Up @@ -268,7 +268,7 @@ class _$AubecsFormStyleImpl implements _AubecsFormStyle {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$AubecsFormStyleImpl &&
Expand Down Expand Up @@ -531,7 +531,7 @@ class _$AubecsFormInputDetailsImpl implements _AubecsFormInputDetails {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$AubecsFormInputDetailsImpl &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part of 'card_details.dart';
T _$identity<T>(T value) => value;

final _privateConstructorUsedError = UnsupportedError(
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#custom-getters-and-methods');
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models');

Check warning on line 15 in packages/stripe_platform_interface/lib/src/models/card_details.freezed.dart

View workflow job for this annotation

GitHub Actions / Typo CI

freezed

"freezed" is a typo. Did you mean "freezes"?

CardDetails _$CardDetailsFromJson(Map<String, dynamic> json) {
return _CardDetailsConstructor.fromJson(json);
Expand Down Expand Up @@ -157,7 +157,7 @@ class _$CardDetailsConstructorImpl extends _CardDetailsConstructor {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$CardDetailsConstructorImpl &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part of 'card_field_input.dart';
T _$identity<T>(T value) => value;

final _privateConstructorUsedError = UnsupportedError(
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#custom-getters-and-methods');
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models');

Check warning on line 15 in packages/stripe_platform_interface/lib/src/models/card_field_input.freezed.dart

View workflow job for this annotation

GitHub Actions / Typo CI

freezed

"freezed" is a typo. Did you mean "freezes"?

CardStyle _$CardStyleFromJson(Map<String, dynamic> json) {
return _CardStyleConstructor.fromJson(json);
Expand Down Expand Up @@ -307,7 +307,7 @@ class _$CardStyleConstructorImpl extends _CardStyleConstructor {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$CardStyleConstructorImpl &&
Expand Down Expand Up @@ -707,7 +707,7 @@ class _$CardFormStyleConstructorImpl extends _CardFormStyleConstructor {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$CardFormStyleConstructorImpl &&
Expand Down Expand Up @@ -979,7 +979,7 @@ class _$CardPlaceholderConstructorImpl extends _CardPlaceholderConstructor {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$CardPlaceholderConstructorImpl &&
Expand Down Expand Up @@ -1359,7 +1359,7 @@ class _$CardFieldInputDetailsImpl extends _CardFieldInputDetails {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$CardFieldInputDetailsImpl &&
Expand Down Expand Up @@ -1582,7 +1582,7 @@ class _$CardFieldFocusNameImpl implements _CardFieldFocusName {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$CardFieldFocusNameImpl &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part of 'create_token_data.dart';
T _$identity<T>(T value) => value;

final _privateConstructorUsedError = UnsupportedError(
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#custom-getters-and-methods');
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models');

Check warning on line 15 in packages/stripe_platform_interface/lib/src/models/create_token_data.freezed.dart

View workflow job for this annotation

GitHub Actions / Typo CI

freezed

"freezed" is a typo. Did you mean "freezes"?

CreateTokenParams _$CreateTokenParamsFromJson(Map<String, dynamic> json) {
switch (json['runtimeType']) {
Expand Down Expand Up @@ -200,7 +200,7 @@ class _$CreateTokenParamsLegacyImpl implements _CreateTokenParamsLegacy {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$CreateTokenParamsLegacyImpl &&
Expand Down Expand Up @@ -390,7 +390,7 @@ class _$CreateTokenParamsCardImpl implements _CreateTokenParamsCard {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$CreateTokenParamsCardImpl &&
Expand Down Expand Up @@ -574,7 +574,7 @@ class _$CreateTokenParamsBankAccountImpl
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$CreateTokenParamsBankAccountImpl &&
Expand Down Expand Up @@ -755,7 +755,7 @@ class _$CreateTokenParamsPIIImpl implements _CreateTokenParamsPII {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$CreateTokenParamsPIIImpl &&
Expand Down Expand Up @@ -1040,7 +1040,7 @@ class _$CardTokenParamsImpl implements _CardTokenParams {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$CardTokenParamsImpl &&
Expand Down Expand Up @@ -1220,7 +1220,7 @@ class _$PIITokenParamsImpl implements _PIITokenParams {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$PIITokenParamsImpl &&
Expand Down Expand Up @@ -1499,7 +1499,7 @@ class _$BankAccountTokenParamsImpl implements _BankAccountTokenParams {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$BankAccountTokenParamsImpl &&
Expand Down Expand Up @@ -1820,7 +1820,7 @@ class _$TokenDataImpl extends _TokenData {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$TokenDataImpl &&
Expand Down Expand Up @@ -2196,7 +2196,7 @@ class _$CardDataImpl implements _CardData {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$CardDataImpl &&
Expand Down Expand Up @@ -2582,7 +2582,7 @@ class _$BankAccountImpl implements _BankAccount {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$BankAccountImpl &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part of 'customer_sheet.dart';
T _$identity<T>(T value) => value;

final _privateConstructorUsedError = UnsupportedError(
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#custom-getters-and-methods');
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models');

Check warning on line 15 in packages/stripe_platform_interface/lib/src/models/customer_sheet.freezed.dart

View workflow job for this annotation

GitHub Actions / Typo CI

freezed

"freezed" is a typo. Did you mean "freezes"?

CustomerSheetInitParams _$CustomerSheetInitParamsFromJson(
Map<String, dynamic> json) {
Expand Down Expand Up @@ -474,7 +474,7 @@ class _$CustomerSheetInitParamsImpl implements _CustomerSheetInitParams {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$CustomerSheetInitParamsImpl &&
Expand Down Expand Up @@ -791,7 +791,7 @@ class _$CustomerSheetPresentParamsImpl implements _CustomerSheetPresentParams {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$CustomerSheetPresentParamsImpl &&
Expand Down Expand Up @@ -1041,7 +1041,7 @@ class _$CustomerSheetResultImpl implements _CustomerSheetResult {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$CustomerSheetResultImpl &&
Expand Down
Loading

0 comments on commit 427c41c

Please sign in to comment.