call abstract method

TRes call({
  1. String? title,
  2. String? description,
  3. List<Input$QuestionChoiceInput>? choices,
  4. int? order,
  5. Enum$QuestionTypeEnum? type,
  6. String? form,
  7. String? challengeStep,
  8. Input$QuestionSettingsInput? settings,
})

Implementation

TRes call({
  String? title,
  String? description,
  List<Input$QuestionChoiceInput>? choices,
  int? order,
  Enum$QuestionTypeEnum? type,
  String? form,
  String? challengeStep,
  Input$QuestionSettingsInput? settings,
});