addType static method
Add custom types.
Example: ApiUuid as uuid. List
Implementation
static void addType(PgDataType? Function(Type cls) func) =>
_customTypes.add(func);
Add custom types.
Example: ApiUuid as uuid. List
static void addType(PgDataType? Function(Type cls) func) =>
_customTypes.add(func);