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
streamIdto filter to a single stream, or leave itnullto fetch all event logs. -
ListEventLogsRequestDto.fromJson(Map<
String, dynamic> json) -
Deserialises a ListEventLogsRequestDto from JSON.
factory
Properties
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
nullentries so the VM-side handler (which coerces toMap<String, String>) doesn't choke. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited