SearchResultsEventContext class

Annotations
  • @_NameSource('rule override spec')

Constructors

SearchResultsEventContext({String? end, List<MatrixEvent>? eventsAfter, List<MatrixEvent>? eventsBefore, Map<String, UserProfile>? profileInfo, String? start})
SearchResultsEventContext.fromJson(Map<String, Object?> json)

Properties

end String?
Pagination token for the end of the chunk
getter/setter pair
eventsAfter List<MatrixEvent>?
Events just after the result.
getter/setter pair
eventsBefore List<MatrixEvent>?
Events just before the result.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
profileInfo Map<String, UserProfile>?
The historic profile information of the users that sent the events returned.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start String?
Pagination token for the start of the chunk
getter/setter pair

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.
inherited