toMap method
Implementation
Map<String, dynamic> toMap() {
return {
'deviceId': deviceId,
'model': model,
'ram': ram,
'cpu': cpu,
'osVersion': osVersion,
'manufacturer': manufacturer,
'brand': brand,
'totalStorage': totalStorage,
};
}