DataUpdatedEvent constructor

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