isFunction property
bool
get
isFunction
Tests whether an object can be called as a function.
Implementation
bool get isFunction {
return JSObjectIsFunction(context.ref, _ref);
}
Tests whether an object can be called as a function.
bool get isFunction {
return JSObjectIsFunction(context.ref, _ref);
}