ApplePayItem constructor

ApplePayItem({
  1. String? label,
  2. String? amount,
  3. String? type,
})

Implementation

ApplePayItem({this.label, this.amount, this.type});