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