isBoolOnlyType property

bool get isBoolOnlyType

Implementation

bool get isBoolOnlyType {
  return QueryFieldType.onlyBoolTypes.contains(this);
}