databaseTypeEnum property
String
get
databaseTypeEnum
Get the enum name of the ColumnType
, representing this TypeDefinition
in the database.
Implementation
String get databaseTypeEnum {
return databaseTypeToLowerCamelCase(databaseType);
}