StreamEntryDto constructor
StreamEntryDto({})
Creates a stream-entry snapshot. Prefer StreamEntryDto.fromEntry.
Implementation
StreamEntryDto({
required this.id,
required this.name,
required this.typeLabel,
required this.lastValue,
required this.lastError,
required this.listenerCount,
required this.lastEmittedAt,
required this.isClosed,
required this.closedAt,
required this.isInjectable,
required this.isSubject,
});