encode method

Object encode()

Implementation

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