toMap method

Map<String, dynamic> toMap()

Maptype method called toMap

Implementation

Map<String, dynamic> toMap() => {
      "androidId": _fAndroidId,
      "device": _fDevice,
      "model": _fModel,
      "board": _fBoard,
      "brand": _fBrand,
      "display": _fDisplay,
      "fingerPrint": _fFingerPrint,
      "batteryLevel": _fBatteryLevel,
      "deviceId": _fDeviceId,
      "host": _fHost,
      "manufacturer": _fManufacturer,
      "product": _fProduct,
      "bootloader": _fBootloader,
      "deviceApis": _fDeviceApis,
    };