VisitorDataResponse class
Represents the response containing visitor data.
Constructors
- VisitorDataResponse({required String visitorId, required String ip, required String country, required bool bot})
- Creates a new VisitorDataResponse instance.
Properties
- bot → bool
-
Indicates whether the visitor is detected as a bot.
final
- country → String
-
The country associated with the visitor's IP address.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- ip → String
-
The IP address of the visitor.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- visitorId → String
-
The unique identifier of the visitor.
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