linksDescriptor top-level property
Implementation
final linksDescriptor = XRPCObjectDescriptor<Links>(
nsid: 'com.atproto.server.describeServer',
defName: 'links',
fromJson: (json) =>
const LinksConverter().fromJson(json.cast<String, dynamic>()),
toJson: const LinksConverter().toJson,
matches: Links.validate,
);