assignmentViewDescriptor top-level property
Implementation
final assignmentViewDescriptor = XRPCObjectDescriptor<AssignmentView>(
nsid: 'tools.ozone.queue.defs',
defName: 'assignmentView',
fromJson: (json) =>
const AssignmentViewConverter().fromJson(json.cast<String, dynamic>()),
toJson: const AssignmentViewConverter().toJson,
matches: AssignmentView.validate,
);