isNotFunc property

bool get isNotFunc

Query the negation of isFunc.

Implementation

bool get isNotFunc => !isFunc;