staticType property Null safety
Return the static type of this expression, or null
if the AST structure
has not been resolved.
Implementation
DartType? get staticType;
@Deprecated('Clients should not build AST manually')
Set the static type of this expression to the given type
.
Implementation
@Deprecated('Clients should not build AST manually')
set staticType(DartType? type);