LokotroPayConfig constructor
const
LokotroPayConfig({})
Implementation
const LokotroPayConfig({
required this.environment,
this.defaultLocale = 'fr',
this.requestTimeout,
this.logger,
this.googlePayMerchantId,
this.googlePayGatewayMerchantId,
this.applePayMerchantId,
}) : assert(defaultLocale != '', 'defaultLocale must not be empty');