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