data_types library

Classes

BinaryDataType
BinaryDataType
BoolDataType
IntDataType
DataType
Abstract base class for data types.
DateDataType
DateDataType
FloatDataType
FloatDataType
IntDataType
IntDataType
ListDataType
ListDataType
StructDataType
StructDataType
TextDataType
TextDataType
TimestampDataType
FloatDataType
VectorDataType
VectorDataType

Typedefs

DataTypeConstructor = DataType Function(Map<String, dynamic> data)
We define a typedef for a constructor function that takes JSON data and returns a DataType instance.