getMap method
Implementation
Map<dynamic, dynamic> getMap() {
return {
'apiKey': apiKey,
'language': language,
'mapMode': mapMode,
'walletMode': walletMode,
'paintingMode': paintingMode,
'colorPalette': colorPalette,
'startMode': startMode == TARStartMode.indoor ? '0' : '1',
'useProduction': useProduction,
'uiVersion': uiVersion,
};
}