isNotCallable property

bool get isNotCallable

Query if this object does not have __call defined in the meta table.

Implementation

bool get isNotCallable => !isCallable;