Marks a class as an ObjectBox Entity. Allows to obtain a Box for this Entity from Store to persist instances (objects) of this class.
const Entity({this.uid, this.realClass});