fieldTypeCode property

String? get fieldTypeCode
inherited

The type code of the field (the type with any special characters, such as 'String?').

Implementation

String? get fieldTypeCode => (this as FieldModel).fieldType.toString();