dartType property
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;
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.
final Type? dartType;