toMap method
Implementation
Map<String, dynamic> toMap() {
return {
'model': model,
'manufacturer': manufacturer,
'brand': brand,
'device': device,
'product': product,
'systemVersion': systemVersion,
'sdkInt': sdkInt,
};
}