staticInvokeType property Null safety
The function type of the invocation, or null
if the AST structure has
not been resolved, or if the invocation could not be resolved.
Implementation
FunctionType? get staticInvokeType;
The function type of the invocation, or null
if the AST structure has
not been resolved, or if the invocation could not be resolved.
FunctionType? get staticInvokeType;