PaymentForm constructor
PaymentForm({
- required int id,
- PaymentFormType? type,
- required int sellerBotUserId,
- ProductInfo? productInfo,
Implementation
PaymentForm({
required this.id,
this.type,
required this.sellerBotUserId,
this.productInfo,
});