IncludeEventContext class

Constructors

IncludeEventContext({int? afterLimit, int? beforeLimit, bool? includeProfile})
IncludeEventContext.fromJson(Map<String, Object?> json)

Properties

afterLimit ↔ int?
How many events after the result are returned. By default, this is 5.
getter/setter pair
beforeLimit ↔ int?
How many events before the result are returned. By default, this is 5.
getter/setter pair
hashCode → int
The hash code for this object.
no setteroverride
includeProfile ↔ bool?
Requests that the server returns the historic profile information for the users that sent the events that were returned. By default, this is false.
getter/setter pair
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, Object?>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
override