toMap method

Map<String, dynamic> toMap()

Implementation

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