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