EventsBatch class

Specifies a batch of endpoints and events to process.

Constructors

EventsBatch({required PublicEndpoint endpoint, required Map<String, Event> events})

Properties

endpoint PublicEndpoint
A set of properties and attributes that are associated with the endpoint.
final
events Map<String, Event>
A set of properties that are associated with the event.
final
hashCode int
The hash code for this object.
no setterinherited
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>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited