fieldTypes property
Map<String, FieldTypeInfo>
get
fieldTypes
Returns the types of the entity columns. (This can throw errors if the target entity is in bad shape.)
Implementation
Map<String, FieldTypeInfo> get fieldTypes => _queryFieldTypes(this);