PaymentMethodModel constructor

PaymentMethodModel(
  1. String icon,
  2. String paymentMethod, {
  3. int preference = 1,
})

Implementation

PaymentMethodModel(this.icon, this.paymentMethod, {this.preference = 1});