instanceType property Null safety
final
The type of instances represented by this entity.
Managed objects are made up of two components, a table definition and an instance type. Applications use instances of the instance type to work with queries and data from the database table this entity represents.
Implementation
final Type instanceType;