PaymentObjectIos constructor

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

Implementation

const PaymentObjectIos({required this.name});