call abstract method

TRes call({
  1. List<String>? paragraph,
  2. List<String>? shortAnswer,
  3. List<int>? rating,
  4. Input$QuestAudienceSegmentFilterValuesAnswersNumberInput? number,
  5. List<String>? singleChoice,
  6. List<String>? multipleChoices,
  7. Input$TimeFromToInput? date,
  8. List<Input$ResponseAnswerSmileyObjInput>? smiley,
})

Implementation

TRes call({
  List<String>? paragraph,
  List<String>? shortAnswer,
  List<int>? rating,
  Input$QuestAudienceSegmentFilterValuesAnswersNumberInput? number,
  List<String>? singleChoice,
  List<String>? multipleChoices,
  Input$TimeFromToInput? date,
  List<Input$ResponseAnswerSmileyObjInput>? smiley,
});