toMap method
toMap returns a map of the object.
Implementation
Map<String, dynamic> toMap() {
return {
'manufacture': manufacture,
'model': model,
'brand': brand,
'android': android,
'apiLevel': apiLevel,
'codeName': codeName,
'density': density,
'refreshRate': refreshRate,
'product': product,
'board': board,
'build': build,
'javaVmVersion': javaVmVersion,
'security': security,
'baseband': baseband,
'serial': serial,
'buildType': buildType,
'tags': tags,
'incremental': incremental,
'fingerprint': fingerprint,
'fingerprintManufacture': fingerprintManufacture,
'fingerprintModel': fingerprintModel,
'defaultOrientation': defaultOrientation,
'bootloader': bootloader,
'selinux': selinux,
};
}