isDynamic property

bool isDynamic

returns true if this type identifier is the dynamic type

Implementation

bool get isDynamic => typeName == 'dynamic';