isNotGraphVerification property

bool get isNotGraphVerification

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

Implementation

bool get isNotGraphVerification => !isGraphVerification;