resolve abstract method

DartType resolve(
  1. ResolverVisitor resolver,
  2. DartType? imposedType
)

Dispatch this function body to the resolver, imposing imposedType as the return type context for return statements.

Return value is the actual return type of the method.

Implementation

DartType resolve(ResolverVisitor resolver, DartType? imposedType);