data_types library
Classes
- BinaryDataType
- BinaryDataType
- DataType
- Abstract base class for data types.
- DateDataType
- DateDataType
- FloatDataType
- FloatDataType
- IntDataType
- IntDataType
- 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.