Skip to content

Commit

Permalink
Run build_runner
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Jul 24, 2023
1 parent 63ab342 commit 495a7fa
Show file tree
Hide file tree
Showing 5 changed files with 145 additions and 156 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,17 @@ abstract class $AubecsFormStyleCopyWith<$Res> {
@useResult
$Res call(
{@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? textColor,
Color? textColor,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? textErrorColor,
Color? textErrorColor,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? placeholderColor,
Color? placeholderColor,
int? fontSize,
int? borderWidth,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? backgroundColor,
Color? backgroundColor,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? borderColor,
Color? borderColor,
int? borderRadius});
}

Expand Down Expand Up @@ -139,17 +139,17 @@ abstract class _$$_AubecsFormStyleCopyWith<$Res>
@useResult
$Res call(
{@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? textColor,
Color? textColor,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? textErrorColor,
Color? textErrorColor,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? placeholderColor,
Color? placeholderColor,
int? fontSize,
int? borderWidth,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? backgroundColor,
Color? backgroundColor,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? borderColor,
Color? borderColor,
int? borderRadius});
}

Expand Down Expand Up @@ -216,17 +216,17 @@ class __$$_AubecsFormStyleCopyWithImpl<$Res>
class _$_AubecsFormStyle implements _AubecsFormStyle {
const _$_AubecsFormStyle(
{@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
this.textColor,
this.textColor,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
this.textErrorColor,
this.textErrorColor,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
this.placeholderColor,
this.placeholderColor,
this.fontSize,
this.borderWidth,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
this.backgroundColor,
this.backgroundColor,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
this.borderColor,
this.borderColor,
this.borderRadius});

factory _$_AubecsFormStyle.fromJson(Map<String, dynamic> json) =>
Expand Down Expand Up @@ -320,17 +320,17 @@ class _$_AubecsFormStyle implements _AubecsFormStyle {
abstract class _AubecsFormStyle implements AubecsFormStyle {
const factory _AubecsFormStyle(
{@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
final Color? textColor,
final Color? textColor,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
final Color? textErrorColor,
final Color? textErrorColor,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
final Color? placeholderColor,
final Color? placeholderColor,
final int? fontSize,
final int? borderWidth,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
final Color? backgroundColor,
final Color? backgroundColor,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
final Color? borderColor,
final Color? borderColor,
final int? borderRadius}) = _$_AubecsFormStyle;

factory _AubecsFormStyle.fromJson(Map<String, dynamic> json) =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,20 +60,20 @@ abstract class $CardStyleCopyWith<$Res> {
$Res call(
{int? borderWidth,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? backgroundColor,
Color? backgroundColor,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? borderColor,
Color? borderColor,
int? borderRadius,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? cursorColor,
Color? cursorColor,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? textColor,
Color? textColor,
int? fontSize,
String? fontFamily,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? textErrorColor,
Color? textErrorColor,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? placeholderColor});
Color? placeholderColor});
}

/// @nodoc
Expand Down Expand Up @@ -156,20 +156,20 @@ abstract class _$$_CardStyleConstructorCopyWith<$Res>
$Res call(
{int? borderWidth,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? backgroundColor,
Color? backgroundColor,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? borderColor,
Color? borderColor,
int? borderRadius,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? cursorColor,
Color? cursorColor,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? textColor,
Color? textColor,
int? fontSize,
String? fontFamily,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? textErrorColor,
Color? textErrorColor,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? placeholderColor});
Color? placeholderColor});
}

/// @nodoc
Expand Down Expand Up @@ -246,20 +246,20 @@ class _$_CardStyleConstructor extends _CardStyleConstructor {
_$_CardStyleConstructor(
{this.borderWidth,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
this.backgroundColor,
this.backgroundColor,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
this.borderColor,
this.borderColor,
this.borderRadius,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
this.cursorColor,
this.cursorColor,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
this.textColor,
this.textColor,
this.fontSize,
this.fontFamily,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
this.textErrorColor,
this.textErrorColor,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
this.placeholderColor})
this.placeholderColor})
: super._();

factory _$_CardStyleConstructor.fromJson(Map<String, dynamic> json) =>
Expand Down Expand Up @@ -367,20 +367,20 @@ abstract class _CardStyleConstructor extends CardStyle {
factory _CardStyleConstructor(
{final int? borderWidth,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
final Color? backgroundColor,
final Color? backgroundColor,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
final Color? borderColor,
final Color? borderColor,
final int? borderRadius,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
final Color? cursorColor,
final Color? cursorColor,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
final Color? textColor,
final Color? textColor,
final int? fontSize,
final String? fontFamily,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
final Color? textErrorColor,
final Color? textErrorColor,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
final Color? placeholderColor}) = _$_CardStyleConstructor;
final Color? placeholderColor}) = _$_CardStyleConstructor;
_CardStyleConstructor._() : super._();

factory _CardStyleConstructor.fromJson(Map<String, dynamic> json) =
Expand Down Expand Up @@ -472,20 +472,20 @@ abstract class $CardFormStyleCopyWith<$Res> {
@useResult
$Res call(
{@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? backgroundColor,
Color? backgroundColor,
int? borderWidth,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? borderColor,
Color? borderColor,
int? borderRadius,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? cursorColor,
Color? cursorColor,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? textColor,
Color? textColor,
int? fontSize,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? textErrorColor,
Color? textErrorColor,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? placeholderColor});
Color? placeholderColor});
}

/// @nodoc
Expand Down Expand Up @@ -563,20 +563,20 @@ abstract class _$$_CardFormStyleConstructorCopyWith<$Res>
@useResult
$Res call(
{@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? backgroundColor,
Color? backgroundColor,
int? borderWidth,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? borderColor,
Color? borderColor,
int? borderRadius,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? cursorColor,
Color? cursorColor,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? textColor,
Color? textColor,
int? fontSize,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? textErrorColor,
Color? textErrorColor,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? placeholderColor});
Color? placeholderColor});
}

/// @nodoc
Expand Down Expand Up @@ -647,20 +647,20 @@ class __$$_CardFormStyleConstructorCopyWithImpl<$Res>
class _$_CardFormStyleConstructor extends _CardFormStyleConstructor {
_$_CardFormStyleConstructor(
{@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
this.backgroundColor,
this.backgroundColor,
this.borderWidth,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
this.borderColor,
this.borderColor,
this.borderRadius,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
this.cursorColor,
this.cursorColor,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
this.textColor,
this.textColor,
this.fontSize,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
this.textErrorColor,
this.textErrorColor,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
this.placeholderColor})
this.placeholderColor})
: super._();

factory _$_CardFormStyleConstructor.fromJson(Map<String, dynamic> json) =>
Expand Down Expand Up @@ -761,20 +761,20 @@ class _$_CardFormStyleConstructor extends _CardFormStyleConstructor {
abstract class _CardFormStyleConstructor extends CardFormStyle {
factory _CardFormStyleConstructor(
{@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
final Color? backgroundColor,
final Color? backgroundColor,
final int? borderWidth,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
final Color? borderColor,
final Color? borderColor,
final int? borderRadius,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
final Color? cursorColor,
final Color? cursorColor,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
final Color? textColor,
final Color? textColor,
final int? fontSize,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
final Color? textErrorColor,
final Color? textErrorColor,
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
final Color? placeholderColor}) = _$_CardFormStyleConstructor;
final Color? placeholderColor}) = _$_CardFormStyleConstructor;
_CardFormStyleConstructor._() : super._();

factory _CardFormStyleConstructor.fromJson(Map<String, dynamic> json) =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class _$_StripeErrorGeneric<T> implements _StripeErrorGeneric<T> {
const _$_StripeErrorGeneric(
{required this.message,
@JsonKey(fromJson: _dataFromJson, toJson: _dataToJson)
required this.code});
required this.code});

factory _$_StripeErrorGeneric.fromJson(Map<String, dynamic> json) =>
_$$_StripeErrorGenericFromJson(json);
Expand Down Expand Up @@ -166,7 +166,7 @@ abstract class _StripeErrorGeneric<T> implements StripeError<T> {
const factory _StripeErrorGeneric(
{required final String message,
@JsonKey(fromJson: _dataFromJson, toJson: _dataToJson)
required final T code}) = _$_StripeErrorGeneric<T>;
required final T code}) = _$_StripeErrorGeneric<T>;

factory _StripeErrorGeneric.fromJson(Map<String, dynamic> json) =
_$_StripeErrorGeneric<T>.fromJson;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -574,24 +574,16 @@ abstract class _PaymentMethod implements PaymentMethod {
required final bool livemode,
required final String paymentMethodType,
required final BillingDetails billingDetails,
@JsonKey(name: 'Card')
required final Card card,
@JsonKey(name: 'SepaDebit')
required final SepaDebit sepaDebit,
@JsonKey(name: 'BacsDebit')
required final BacsDebit bacsDebit,
@JsonKey(name: 'AuBecsDebit')
required final AuBecsDebit auBecsDebit,
@JsonKey(name: 'Sofort')
required final Sofort sofort,
@JsonKey(name: 'Ideal')
required final Ideal ideal,
@JsonKey(name: 'Fpx')
required final Fpx fpx,
@JsonKey(name: 'Upi')
required final Upi upi,
@JsonKey(name: 'Card') required final Card card,
@JsonKey(name: 'SepaDebit') required final SepaDebit sepaDebit,
@JsonKey(name: 'BacsDebit') required final BacsDebit bacsDebit,
@JsonKey(name: 'AuBecsDebit') required final AuBecsDebit auBecsDebit,
@JsonKey(name: 'Sofort') required final Sofort sofort,
@JsonKey(name: 'Ideal') required final Ideal ideal,
@JsonKey(name: 'Fpx') required final Fpx fpx,
@JsonKey(name: 'Upi') required final Upi upi,
@JsonKey(name: 'USBankAccount')
required final UsBankAccount usBankAccount,
required final UsBankAccount usBankAccount,
final String? customerId}) = _$_PaymentMethod;

factory _PaymentMethod.fromJson(Map<String, dynamic> json) =
Expand Down
Loading

0 comments on commit 495a7fa

Please sign in to comment.