isNotGraphListItem property
bool
get
isNotGraphListItem
Returns true if this collection is not graph block, otherwise false.
Implementation
bool get isNotGraphListItem => !isGraphListItem;
Returns true if this collection is not graph block, otherwise false.
bool get isNotGraphListItem => !isGraphListItem;