starterPackViewDescriptor top-level property
Implementation
final starterPackViewDescriptor = XRPCObjectDescriptor<StarterPackView>(
nsid: 'app.bsky.graph.defs',
defName: 'starterPackView',
fromJson: (json) =>
const StarterPackViewConverter().fromJson(json.cast<String, dynamic>()),
toJson: const StarterPackViewConverter().toJson,
matches: StarterPackView.validate,
);