TypeFromText typedef

TypeFromText = ResolvedType? Function(String)

Signature of a function that resolves the type of a SQL type literal.

Implementation

typedef TypeFromText = ResolvedType? Function(String);