isCommonType property

bool get isCommonType

Implementation

bool get isCommonType {
  return QueryFieldType.commonTypes.contains(this);
}