toMap method
Implementation
Map<String, dynamic> toMap() {
return {
'appURL': appURL,
'cdnURL': cdnURL,
'tenantID': tenantID,
'appID': appID,
'testingMode': testingMode,
'loggerLevel': loggerLevel,
'consentsCheckInterval': consentsCheckInterval,
'subjectId': subjectId,
'languageCode': languageCode,
'locationCode': locationCode,
};
}