dartType property

Type? dartType
final

An actual dart type for the field that represent the current column

If not provided, the generator will use SQLDataType.dartTypeAffinity to determine the actual type of dart field.

Implementation

final Type? dartType;