isNumeric property

bool get isNumeric

Implementation

bool get isNumeric {
  return this != null && this is NumberField;
}