isDynamic property

bool isDynamic

Returns true if this represents a constant expression with type dynamic.

Implementation

bool get isDynamic => objectValue.type is DynamicType;