Content constructor

const Content({
  1. required List<Part> parts,
  2. String? role,
})

Creates a Content.

Implementation

const Content({required this.parts, this.role});