Content constructor

Content(
  1. String? role,
  2. List<Part> parts
)

Implementation

Content(this.role, this.parts);