PaymentElementBusiness constructor

const PaymentElementBusiness({
  1. String? name,
})

Implementation

const factory PaymentElementBusiness({
  String? name,
}) = _PaymentElementBusiness;