BaseInsights class abstract
- Implementers
Constructors
-
BaseInsights.new({GPSLocation? gpsLocation, String? ip, IPLocation? ipLocation, IPSecurity? ipSecurity, String? ipType, String? os, bool? accessibilityEnabled, String? behaviouralRiskLevel, double? confidenceScore, int? createdAt, bool? debuggable, bool? developerMode, String? deviceRiskLevel, int? deviceRiskScore, int? deviceTrustScore, bool? emulator, String? factoryResetRisk, int? factoryResetTime, String? fingerprint, int? firstSeenDays, String? merchantId, bool? mitmAttackDetected, bool? mockgps, String? model, NetworkInformation? networkInformation, String? package, bool? remoteDesktop, String? requestId, List<
String> ? riskCauses, String? riskLevel, int? riskScore, String? sessionId, int? timestamp, String? userId, bool? voiceCallDetected}) -
const
Properties
- accessibilityEnabled → bool?
-
final
- behaviouralRiskLevel → String?
-
final
- confidenceScore → double?
-
final
- createdAt → int?
-
final
- debuggable → bool?
-
final
- developerMode → bool?
-
final
- deviceRiskLevel → String?
-
final
- deviceRiskScore → int?
-
final
- deviceTrustScore → int?
-
final
- emulator → bool?
-
final
- factoryResetRisk → String?
-
final
- factoryResetTime → int?
-
final
- fingerprint → String?
-
final
- firstSeenDays → int?
-
final
- gpsLocation → GPSLocation?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- ip → String?
-
final
- ipLocation → IPLocation?
-
final
- ipSecurity → IPSecurity?
-
final
- ipType → String?
-
final
- merchantId → String?
-
final
- mitmAttackDetected → bool?
-
final
- mockgps → bool?
-
final
- model → String?
-
final
- networkInformation → NetworkInformation?
-
final
- os → String?
-
final
- package → String?
-
final
- platformType → String
-
no setter
- remoteDesktop → bool?
-
final
- requestId → String?
-
final
-
riskCauses
→ List<
String> ? -
final
- riskLevel → String?
-
final
- riskScore → int?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sessionId → String?
-
final
- timestamp → int?
-
final
- userId → String?
-
final
- voiceCallDetected → bool?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited