isDynamic property

bool isDynamic

Returns true if type is dynamic.

Implementation

bool get isDynamic => _typeWrapper.isDynamic;