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