dataType property

FdcDataType get dataType

Schema data type from definition; this describes field metadata, not the runtime value type of one record.

Implementation

FdcDataType get dataType => _definition.dataType;