SMSupportData constructor
const
SMSupportData({
- required String appName,
- required SMSupportLocale locale,
- required String tenantId,
- required String apiKey,
- required String secretKey,
- required String baseUrl,
- required String socketBaseUrl,
- CustomerData? customer,
- Data constructor for
SMSupportDatawith required parameters only
Implementation
const SMSupportData({
required this.appName,
required this.locale,
required this.tenantId,
required this.apiKey,
required this.secretKey,
required this.baseUrl,
required this.socketBaseUrl,
this.customer,
});