EventContextDataType class
Specifies the user context data captured at the time of an event request.
Constructors
- EventContextDataType({String? city, String? country, String? deviceName, String? ipAddress, String? timezone})
-
EventContextDataType.fromJson(Map<
String, dynamic> json) -
factory
Properties
- city → String?
-
The user's city.
final
- country → String?
-
The user's country.
final
- deviceName → String?
-
The user's device name.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- ipAddress → String?
-
The user's IP address.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timezone → String?
-
The user's time zone.
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