call abstract method
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,
})
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,
});