call abstract method

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

Implementation

TRes call({
  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,
  String? custom_fields,
});