registerTypes property
The Types this builder intends to uses for type checking.
these types will be fed to the resolver at build time to mimic creating a type checker from runtime types.
this exists because the lean_builder package aims to not depend on reflections at all.
Implementation
final Set<Type>? registerTypes;