number static method

bool number(
  1. dynamic value
)

Implementation

static bool number(value) {
  return validatorNumber(value);
}