app_bsky_graph_defs library

Enums

KnownListPurpose
Overview

Functions

isListItemView(Map<String, dynamic>? object) bool
Returns true if object is ListItemView, otherwise false.
isListView(Map<String, dynamic>? object) bool
Returns true if object is ListView, otherwise false.
isListViewBasic(Map<String, dynamic>? object) bool
Returns true if object is ListViewBasic, otherwise false.
isListViewerState(Map<String, dynamic>? object) bool
Returns true if object is ListViewerState, otherwise false.
isNotFoundActor(Map<String, dynamic>? object) bool
Returns true if object is NotFoundActor, otherwise false.
isRelationship(Map<String, dynamic>? object) bool
Returns true if object is Relationship, otherwise false.
isStarterPackView(Map<String, dynamic>? object) bool
Returns true if object is StarterPackView, otherwise false.
isStarterPackViewBasic(Map<String, dynamic>? object) bool
Returns true if object is StarterPackViewBasic, otherwise false.