instanceof function

bool instanceof (dynamic o, Function type)

Implementation

bool instanceof(o, Function type) => JS('bool', '# instanceof #', o, type);