Entity constructor

Entity({
  1. String clientId,
  2. String clientSecret,
  3. Map<String, dynamic> data,
  4. String id,
  5. num insertInstant,
  6. num lastUpdateInstant,
  7. String name,
  8. String parentId,
  9. String tenantId,
  10. EntityType type,
})

Implementation

Entity(
    {this.clientId,
    this.clientSecret,
    this.data,
    this.id,
    this.insertInstant,
    this.lastUpdateInstant,
    this.name,
    this.parentId,
    this.tenantId,
    this.type});