isNotTable property

bool get isNotTable

Query the negation of isTable.

Implementation

bool get isNotTable => !isTable;