PaymentObject105 constructor

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

Implementation

const PaymentObject105({required this.name});