PaymentFlow constructor

const PaymentFlow({
  1. required String name,
})

Implementation

const PaymentFlow({required this.name});