isDynamicType property

bool isDynamicType

Returns true if type is dynamic.

Implementation

bool get isDynamicType => type == dynamic;