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;
@Deprecated('Clients should not build AST manually')
Sets the function type of the invocation.
Implementation
@Deprecated('Clients should not build AST manually')
set staticInvokeType(FunctionType? value);