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