DataUpdatedEvent constructor
DataUpdatedEvent(
- String repositoryId,
- Modelable data
Event that indicates that a Modelable data has been modified and pushed
inside a Repository.
Implementation
DataUpdatedEvent(super.repositoryId, super.data) : super(description: "Updated ${data.id} inside $repositoryId");