MethodSelected constructor

const MethodSelected({
  1. String? vaultedToken,
  2. required String paymentMethodType,
})

Implementation

const MethodSelected({
  this.vaultedToken,
  required this.paymentMethodType,
}) : assert(paymentMethodType != "");