staticInvokeType property

DartType? get staticInvokeType

The function type of the invocation based on the static type information, or null if the AST structure hasn't been resolved, or if the invoke couldn't be resolved.

This is usually a FunctionType, but it can also be dynamic or Function. In the case of interface types that have a call method, we store the type of that call method here as parameterized.

Implementation

DartType? get staticInvokeType;