asMap method
Implementation
Map asMap() {
Map<String, dynamic> map = {};
map["enableGoogleServices"] = enableGoogleServices;
map["rootDetection"] = useRoot;
map["emulatorDetection"] = useEmulator;
map["developerModeDetection"] = useDeveloperMode;
map["adbDetection"] = useAdb;
map["debugDetection"] = useDebug;
return map;
}