PaymentMethodModel constructor

PaymentMethodModel({
  1. String? name,
  2. String? id,
  3. String? description,
})

Implementation

PaymentMethodModel({this.name, this.id, this.description});