toMap method

Map<String, Object> toMap()

API Documentation for toMap.

Implementation

Map<String, Object> toMap() => <String, Object>{
      'platform': platform,
      'manufacturer': manufacturer,
      'model': model,
      'osVersion': osVersion,
      'sdkVersion': sdkVersion,
      'isPhysicalDevice': isPhysicalDevice,
      'totalRamBytes': totalRamBytes,
      'availableRamBytes': availableRamBytes,
      'cpuArchitecture': cpuArchitecture,
      'screenRefreshRate': screenRefreshRate,
      'thermalState': thermalState,
    };