dartType property
The Dart-side property type from the @Property(type:) annotation.
Complements _type with Dart-specific type variants (e.g. dateUtc).
Note: this is not always set as this enum is "incomplete", i.e.
"obvious" types like string are not covered.
We may want to change this in the future and use this more(?).
Implementation
PropertyType? dartType;