ItemPaymentGroup constructor

ItemPaymentGroup({
  1. String? id,
  2. String? name,
  3. String? icon,
  4. List<ItemPaymentTypeGroup>? paymentTypeGroup,
})

Implementation

ItemPaymentGroup({this.id, this.name, this.icon, this.paymentTypeGroup});