EntityId constructor

EntityId(
  1. EntityType entityType,
  2. String id
)

Implementation

EntityId(this.entityType, String id) : super(id);