Entity constructor

const Entity({
  1. int? uid,
})

Create an Entity annotation.

Implementation

const Entity({this.uid});