isNotGraphBlock property
bool
get
isNotGraphBlock
Returns true if this uri is not app.bsky.graph.block, otherwise false.
Implementation
bool get isNotGraphBlock => !isGraphBlock;
Returns true if this uri is not app.bsky.graph.block, otherwise false.
bool get isNotGraphBlock => !isGraphBlock;