ETEntityReference constructor

ETEntityReference(
  1. String _type,
  2. int _id
)

Implementation

ETEntityReference(this._type, this._id);