RelatedVisitorsFilter class
Represents filtering criteria for retrieving related visitors.
Constructors
- RelatedVisitorsFilter({String? from, String? to, int? limit, String? visitorId, String? distinctId})
- Constructor for RelatedVisitorsFilter, all fields are optional.
-
RelatedVisitorsFilter.fromJson(Map<
String, dynamic> json) -
Creates an instance from a JSON map.
factory
Properties
- distinctId → String?
-
An alternative identifier (if applicable) to filter by.
final
- from → String?
-
A start date or timestamp filter (ISO 8601 format).
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- limit → int?
-
The maximum number of related visitors to return.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- to → String?
-
An end date or timestamp filter (ISO 8601 format).
final
- visitorId → String?
-
A specific visitor identifier to filter by.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts this object to a JSON map.
-
toQueryString(
) → String - Converts this filter to a URL query string.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited