types2 property

TypeInferenceResults types2
latefinal

New type resolver with better support for nullability and complex structures.

By using TypeInferenceResults.typeOf, the type of an Expression, a Variable and ResultSet.resolvedColumns may be resolved or inferred.

Implementation

late final TypeInferenceResults types2;