DataleonConfig constructor
DataleonConfig({})
Implementation
DataleonConfig({
required this.sessionId,
required this.token,
this.accountTenant,
this.uploadBucket,
this.appVersion = '2.0.10',
this.initialLanguage,
this.customerAssetsBucket = 'yap-assets-customer',
});