isNotCallable property
bool
get
isNotCallable
Query if this object does not have __call defined in the meta table.
Implementation
bool get isNotCallable => !isCallable;
Query if this object does not have __call defined in the meta table.
bool get isNotCallable => !isCallable;