PaymentObject12 constructor

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

Implementation

const PaymentObject12({required this.name});