isNotGraphStarterpack property

bool get isNotGraphStarterpack

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

Implementation

bool get isNotGraphStarterpack => !isGraphStarterpack;