isNotGraphList property
bool
get
isNotGraphList
Returns true if this uri is not app.bsky.graph.list, otherwise false.
Implementation
bool get isNotGraphList => !isGraphList;
Returns true if this uri is not app.bsky.graph.list, otherwise false.
bool get isNotGraphList => !isGraphList;