isDynamic property

bool get isDynamic

Implementation

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