Content constructor

Content({
  1. List<Part> parts = const [],
  2. String role = '',
})

Implementation

Content({this.parts = const [], this.role = ''}) : super(fullyQualifiedName);