HistoryEventDTO constructor
HistoryEventDTO({
- EventMetadata? metadata,
- List<
ChangeDTO> changes = const [],
Returns a new HistoryEventDTO instance.
Implementation
HistoryEventDTO({
this.metadata,
this.changes = const [],
});