ListEventLogsRequestDto class

Request payload for the ext.rxdart.listEventLogs service extension.

Annotations
  • @JsonSerializable.new()

Constructors

ListEventLogsRequestDto({String? streamId})
Creates a list-event-logs request. Pass streamId to filter to a single stream, or leave it null to fetch all event logs.
ListEventLogsRequestDto.fromJson(Map<String, dynamic> json)
Deserialises a ListEventLogsRequestDto from JSON.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamId String?
Optional filter — only return event logs for this stream identifier.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serialises this DTO to JSON, stripping null entries so the VM-side handler (which coerces to Map<String, String>) doesn't choke.
toString() String
A string representation of this object.
inherited

Operators

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