isDynamic property

bool isDynamic

Implementation

bool get isDynamic {
  return this == ClassType.tDynamic;
}