GroundingPassage constructor

GroundingPassage({
  1. String id = '',
  2. Content? content,
})

Implementation

GroundingPassage({this.id = '', this.content}) : super(fullyQualifiedName);