Content constructor

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

Implementation

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