GooglePayParameters constructor
      const
      GooglePayParameters([ 
    
    
- List<GooglePayCardNetwork> paymentSystems = const [GooglePayCardNetwork.mastercard, GooglePayCardNetwork.visa]
Implementation
const GooglePayParameters([this.paymentSystems = const [GooglePayCardNetwork.mastercard, GooglePayCardNetwork.visa]]);