dartTypeAffinity property
type affinity to determine what type to read from database reader
These type String, int, double, bool, Uint8List, DateTime is basic support for most of sql engine where DateTime will be using a string value when exchange between Dart and Database Engine.
Implementation
final Type dartTypeAffinity;