RiskInfo class
Security and risk assessment information for an IP address.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isDatacenter → bool
-
Whether the IP is from a datacenter
final
- isMobile → bool
-
Whether the IP is from a mobile network
final
- isProxy → bool
-
Whether the IP is from a proxy server
final
- isTor → bool
-
Whether the IP is from the Tor network
final
- isVpn → bool
-
Whether the IP is from a VPN
final
- riskScore → int
-
Risk score (0-100, higher means riskier)
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts this RiskInfo to a JSON object.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited