isFunction property

bool get isFunction

Implementation

bool get isFunction {
  return js_bd.JSObjectIsFunction(_context.ref, _ref);
}