IntelligenceResponse class

Constructors

IntelligenceResponse({required String requestId, bool? newDevice, String? deviceId, bool? vpn, bool? proxy, bool? emulator, bool? remoteAppProviders, bool? mirroredScreen, bool? cloned, bool? geoSpoofed, bool? rooted, String? riskScore, String? ip, String? ipLocationCity, String? ipLocationRegion, String? ipLocationCountry, String? ipLocationLatitude, String? ipLocationLongitude, String? ipRiskScore, bool? hooking, bool? factoryReset, bool? appTampering, GPSLocationData? gpsLocation, double? sessionRiskScore})
IntelligenceResponse.fromJson(Map<String, dynamic> json)
factory

Properties

appTampering bool?
getter/setter pair
cloned bool?
getter/setter pair
deviceId String?
getter/setter pair
emulator bool?
getter/setter pair
factoryReset bool?
getter/setter pair
geoSpoofed bool?
getter/setter pair
gpsLocation GPSLocationData?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hooking bool?
getter/setter pair
ip String?
getter/setter pair
ipLocationCity String?
getter/setter pair
ipLocationCountry String?
getter/setter pair
ipLocationLatitude String?
getter/setter pair
ipLocationLongitude String?
getter/setter pair
ipLocationRegion String?
getter/setter pair
ipRiskScore String?
getter/setter pair
mirroredScreen bool?
getter/setter pair
newDevice bool?
getter/setter pair
proxy bool?
getter/setter pair
remoteAppProviders bool?
getter/setter pair
requestId String
getter/setter pair
riskScore String?
getter/setter pair
rooted bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionRiskScore double?
getter/setter pair
vpn bool?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited