GooglePayParameters constructor

const GooglePayParameters([
  1. List<GooglePayCardNetwork> paymentSystems = const [GooglePayCardNetwork.mastercard, GooglePayCardNetwork.visa]
])

Implementation

const GooglePayParameters([this.paymentSystems = const [GooglePayCardNetwork.mastercard, GooglePayCardNetwork.visa]]);