PaymentMethod constructor

const PaymentMethod({
  1. required String name,
})

Implementation

const PaymentMethod({required this.name});