DataCreatedEvent constructor

DataCreatedEvent(
  1. String repositoryId,
  2. 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");