isNumericOnlyType property

bool get isNumericOnlyType

Implementation

bool get isNumericOnlyType {
  return QueryFieldType.onlyNumericTypes.contains(this);
}