call abstract method

TRes call({
  1. String? id,
  2. String? contentId,
  3. Enum$TranslationAppEnum? app,
  4. String? content,
  5. String? language,
  6. String? reference,
})

Implementation

TRes call({
  String? id,
  String? contentId,
  Enum$TranslationAppEnum? app,
  String? content,
  String? language,
  String? reference,
});