SwiftDocCRenderBlockContentRenderBlockContent.UnorderedListStructureRenderBlockContent.UnorderedListA list that contains unordered items.struct UnorderedListTopicsInitializersinit(items: [RenderBlockContent.ListItem])Creates a new unordered list with the given items.Instance Propertiesvar items: [RenderBlockContent.ListItem]The items in this list.