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