isNotGraphListItem property

bool get isNotGraphListItem

Returns true if this collection is not graph block, otherwise false.

Implementation

bool get isNotGraphListItem => !isGraphListItem;