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