SecurityResult constructor
SecurityResult({})
Implementation
SecurityResult({
this.isRooted = false,
this.isJailbroken = false,
this.isOnEmulator = false,
this.isDebugged = false,
this.isTampered = false,
this.isHooked = false,
});