copyWith method
Implementation
@override
PushMessageContentRecurringPayment copyWith({
String? amount,
}) =>
PushMessageContentRecurringPayment(
amount: amount ?? this.amount,
);
@override
PushMessageContentRecurringPayment copyWith({
String? amount,
}) =>
PushMessageContentRecurringPayment(
amount: amount ?? this.amount,
);