toMap method
Implementation
Map<String, bool> toMap() {
return {
'ipAddress': ipAddress,
'language': language,
'platform': platform,
'region': region,
'dma': dma,
'country': country,
'city': city,
'carrier': carrier,
'deviceModel': deviceModel,
'deviceManufacturer': deviceManufacturer,
'osVersion': osVersion,
'osName': osName,
'versionName': versionName,
'adid': adid,
'appSetId': appSetId,
'deviceBrand': deviceBrand,
'latLag': latLag,
'apiLevel': apiLevel,
'idfv': idfv,
};
}