isFunction property

bool isFunction

Implementation

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