dto library

Wire-format DTOs and service-extension constant names shared between the rxdart_devtools runtime and its DevTools extension panel.

You normally do not need to import this from app code — it's exposed primarily for the panel and for advanced integrations.

Classes

ChangeEventLogDto
Event-log entry recording a value emission (subject.add(...)).
DeregisterEventLogDto
Event-log entry recording that a tracked stream completed / closed.
ErrorEventLogDto
Event-log entry recording an error emission (subject.addError(...)).
EventLogAddedEventDto
Event payload pushed when a new event-log entry is recorded.
EventLogDto
Base type for every event-log entry. Use the fromJson factory or pattern match on the concrete subtypes (ChangeEventLogDto, ErrorEventLogDto, RegisterEventLogDto, DeregisterEventLogDto).
EventsConstants
Service-extension method and event names for the events feature.
InjectErrorRequestDto
Request payload for the ext.rxdart.injectError service extension — pushes an error onto a tracked subject.
InjectRequestDto
Request payload for the ext.rxdart.inject service extension — pushes a raw text value into a tracked subject.
ListEventLogsRequestDto
Request payload for the ext.rxdart.listEventLogs service extension.
ListEventLogsResponseDto
Response payload for the ext.rxdart.listEventLogs service extension.
ListStreamEntriesResponseDto
Response payload for the ext.rxdart.listStreamEntries service extension.
OkResponseDto
Generic "operation succeeded" response.
RegisterEventLogDto
Event-log entry recording that a stream was registered with the runtime.
RegistryConstants
Service-extension method names for the registry feature.
SortRequestDto
Optional sort parameters carried inside a request DTO.
StreamEntryDto
Snapshot of a tracked stream's current state — what the panel renders in the Current value card.
StreamEventDto
Minimal payload identifying which stream emitted an event.
StreamsConstants
Service-extension method and event names for the streams feature.
StreamUpdatedEventDto
Event payload pushed when a tracked stream's snapshot changes.

Enums

SortDirection
Sort order for paginated lists.
SortField
Field a list can be sorted by.