getMap method

Map getMap()

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,
  };
}