copyWith method
Implementation
RefundStarPayment copyWith({int? userId, String? telegramPaymentChargeId}) =>
RefundStarPayment(
userId: userId ?? this.userId,
telegramPaymentChargeId:
telegramPaymentChargeId ?? this.telegramPaymentChargeId,
);