BatchTrackData class
A class representing batch track data.
- Inheritance
-
- Object
- BatchItem
- BaseAppData
- BaseBatchTrackData
- BatchTrackData
Constructors
-
BatchTrackData.new({required String event, String? userId, String? anonymousId, String? messageId, String? timestamp, Map<
String, dynamic> ? properties}) - Creates a new instance of BatchTrackData.
Properties
- anonymousId ↔ String?
-
The anonymous ID.
getter/setter pair
- event ↔ String
-
The event.
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- messageId ↔ String?
-
The message ID.
getter/setter pairinherited
-
properties
↔ Map<
String, dynamic> ? -
The properties.
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timestamp ↔ String?
-
The timestamp.
getter/setter pairinherited
- type ↔ EventType
-
The type of the batch track data.
getter/setter pairinherited
- userId ↔ String?
-
The user ID.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Converts the batch track data to a JSON representation.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited