PaymentFormMethod constructor

const PaymentFormMethod({
  1. required String url,
  2. required String title,
})

Payment Form Method constructor.

Implementation

const PaymentFormMethod({
  required this.url,
  required this.title,
}) : super._();