PaymentMethodModel constructor

PaymentMethodModel({
  1. required String name,
  2. required String id,
})

Implementation

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