isGraphBlock property
bool
get
isGraphBlock
Returns true if this uri is app.bsky.graph.block, otherwise false.
Implementation
bool get isGraphBlock => collection.toString() == 'app.bsky.graph.block';
Returns true if this uri is app.bsky.graph.block, otherwise false.
bool get isGraphBlock => collection.toString() == 'app.bsky.graph.block';