encode method
Implementation
Object encode() {
return <Object?>[
apiKey,
settingsKey,
appInfo,
placeAPI,
locationProvider,
enableAutomaticMode,
routingConfig,
syncingInterval,
language,
brokerUrl,
wifiScanMode,
bleScanMode,
beaconUUIDs,
modeManagerConfig,
];
}