isCallable property

bool isCallable

Checks whether object is callable

Implementation

bool get isCallable => dartpyc.PyCallable_Check(this) != 0;