UserPartsContent constructor

const UserPartsContent(
  1. List<ContentPart> parts
)

Creates content with multiple parts.

Implementation

const UserPartsContent(this.parts);