PaymentOptions constructor

const PaymentOptions({
  1. String? name,
  2. String? icon,
  3. required String method,
})

Implementation

const PaymentOptions({this.name, this.icon, required this.method});