isGraphVerification property

bool get isGraphVerification

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

Implementation

bool get isGraphVerification =>
    collection.toString() == 'app.bsky.graph.verification';