ListAnswersResponse constructor

ListAnswersResponse({
  1. List<Answer>? answers,
  2. String? nextPageToken,
  3. int? totalSize,
})

Implementation

ListAnswersResponse({
  this.answers,
  this.nextPageToken,
  this.totalSize,
});