isNotGraphList property

bool get isNotGraphList

Returns true if this uri is not app.bsky.graph.list, otherwise false.

Implementation

bool get isNotGraphList => !isGraphList;