BraintreePaymentMethodNonce constructor
const
BraintreePaymentMethodNonce({})
Implementation
const BraintreePaymentMethodNonce({
required this.nonce,
required this.typeLabel,
required this.description,
required this.isDefault,
this.paypalPayerId,
});