GetRelatingEventsWithRelTypeAndEventTypeResponse class

Annotations
  • @_NameSource('generated')

Properties

chunk List<MatrixEvent>
The child events of the requested event, ordered topologically most-recent first. The events returned will match the relType and eventType supplied in the URL.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nextBatch String?
An opaque string representing a pagination token. The absence of this token means there are no more results to fetch and the client should stop paginating.
getter/setter pair
prevBatch String?
An opaque string representing a pagination token. The absence of this token means this is the start of the result set, i.e. this is the first batch/page.
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.
inherited