ItemPaymentGroup constructor
ItemPaymentGroup({
- String? id,
- String? name,
- String? icon,
- List<
ItemPaymentTypeGroup> ? paymentTypeGroup,
Implementation
ItemPaymentGroup({this.id, this.name, this.icon, this.paymentTypeGroup});