SelectedPaymentMethod constructor
const
SelectedPaymentMethod({})
Implementation
const SelectedPaymentMethod(
{required this.type,
this.method,
this.easyPay,
this.transfer,
this.paymentMethodKey});