dataType property

String? dataType
getter/setter pair

The MySQL data type.

Full data types list can be found here: https://dev.mysql.com/doc/refman/8.0/en/data-types.html

Implementation

core.String? dataType;