isObject property

bool get isObject

Implementation

bool get isObject {
  return this == ClassType.tObject;
}