readType property

DartType? get readType

The type of the value read with the readElement, or null if this node isn't a compound assignment.

Returns the type dynamic if the code is invalid, if the AST structure hasn't been resolved, or if the target couldn't be resolved.

Implementation

DartType? get readType;