hiddenPostsPrefDescriptor top-level property
Implementation
final hiddenPostsPrefDescriptor = XRPCObjectDescriptor<HiddenPostsPref>(
nsid: 'app.bsky.actor.defs',
defName: 'hiddenPostsPref',
fromJson: (json) =>
const HiddenPostsPrefConverter().fromJson(json.cast<String, dynamic>()),
toJson: const HiddenPostsPrefConverter().toJson,
matches: HiddenPostsPref.validate,
);