PayPalEnvironment constructor

const PayPalEnvironment({
  1. required String clientId,
  2. required String clientSecret,
  3. required String host,
  4. required String webUrl,
})

Implementation

const PayPalEnvironment(
    {required this.clientId,
    required this.clientSecret,
    required this.host,
    required this.webUrl});