isStringOnlyType property

bool get isStringOnlyType

Implementation

bool get isStringOnlyType {
  return QueryFieldType.onlyStringTypes.contains(this);
}