variableTypeName property

String variableTypeName

the Dart type of this column that can be handled by moors type mapping. Basically the same as dartTypeCode, minus custom types and nullability.

Implementation

String get variableTypeName => dartTypeNames[type]!;