EnvironmentConfig constructor
EnvironmentConfig({})
Implementation
EnvironmentConfig({
required this.baseUrl,
required this.snowplowUrl,
required this.schemaVendor,
required this.checkoutUrl,
required this.notifEventsUrl,
});