isFunction abstract method

bool isFunction()

在 dart 侧判断 js value 是否是 Function

Implementation

bool isFunction();