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;
Return the static type of this expression, or null
if the AST structure
has not been resolved.
DartType? get staticType;