call abstract method

TRes call({
  1. String? id,
  2. String? name,
  3. String? url,
  4. List<String>? urls,
  5. String? parent_id,
  6. String? image,
  7. List<Input$StashIDInput>? stash_ids,
  8. int? rating100,
  9. bool? favorite,
  10. String? details,
  11. List<String>? aliases,
  12. List<String>? tag_ids,
  13. bool? ignore_auto_tag,
  14. bool? organized,
  15. Input$CustomFieldsInput? custom_fields,
})

Implementation

TRes call({
  String? id,
  String? name,
  String? url,
  List<String>? urls,
  String? parent_id,
  String? image,
  List<Input$StashIDInput>? stash_ids,
  int? rating100,
  bool? favorite,
  String? details,
  List<String>? aliases,
  List<String>? tag_ids,
  bool? ignore_auto_tag,
  bool? organized,
  Input$CustomFieldsInput? custom_fields,
});