ChangeEventLogDto constructor
ChangeEventLogDto({})
Implementation
ChangeEventLogDto({
required super.id,
required super.timestamp,
required super.streamId,
required this.newValue,
required this.oldValue,
});