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