data_types library
Classes
- DataType
- Abstract base class for data types.
- DateDataType
- DateDataType
- FloatDataType
- FloatDataType
- IntDataType
- IntDataType
- TextDataType
- TextDataType
- VectorDataType
- VectorDataType
Functions
-
registerAllDataTypes(
) → void - Helper to register all data types at once.
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.