isNotGraphFollow property

bool get isNotGraphFollow

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

Implementation

bool get isNotGraphFollow => !isGraphFollow;