isNumber property

bool get isNumber

Implementation

bool get isNumber {
  return js_bd.JSValueIsNumber(_context.ref, _ref);
}