Entity constructor

Entity()

Implementation

Entity() {
  _throwErrorIfObjectIsNotEntity(this);
  print(fieldMirrors.map((e) => e.simpleName));
}