isNotGraphFollow property
bool
get
isNotGraphFollow
Returns true if this collection is not graph follow, otherwise false.
Implementation
bool get isNotGraphFollow => !isGraphFollow;
Returns true if this collection is not graph follow, otherwise false.
bool get isNotGraphFollow => !isGraphFollow;