Content constructor

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

Implementation

factory Content({
  List<Parts>? parts,
  String? role,
}) = _Content;