toMap method
Implementation
Map<String, dynamic> toMap() => {
"androidId": _fAndroidId,
"androidSdk": _fAndroidSdk,
"securityPatch": _fAndroidSecurityPatch,
"codeName": _fAndroidCodeName,
"release": _fAndroidRelease,
};