DeviceIntegrityResult constructor
DeviceIntegrityResult({})
Creates a DeviceIntegrityResult instance.
Implementation
DeviceIntegrityResult({
this.isDeveloperModeEnabled = false,
this.isRooted = false,
this.isEmulator = false,
this.hasPotentiallyDangerousApps = false,
this.isJailbroken = false,
this.isRealDevice = true,
this.playIntegrityToken,
this.playIntegrityError,
});