PaymentOption constructor

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

Implementation

PaymentOption({required this.title, required this.url});