call abstract method
TRes
call({ - String? id,
- String? name,
- String? disambiguation,
- String? url,
- List<String>? urls,
- Enum$GenderEnum? gender,
- String? birthdate,
- String? ethnicity,
- String? country,
- String? eye_color,
- int? height_cm,
- String? measurements,
- String? fake_tits,
- double? penis_length,
- Enum$CircumcisedEnum? circumcised,
- String? career_length,
- String? career_start,
- String? career_end,
- String? tattoos,
- String? piercings,
- List<String>? alias_list,
- String? instagram,
- bool? favorite,
- List<String>? tag_ids,
- String? image,
- List<Input$StashIDInput>? stash_ids,
- int? rating100,
- String? details,
- String? death_date,
- String? hair_color,
- int? weight,
- bool? ignore_auto_tag,
- Input$CustomFieldsInput? custom_fields,
})
Implementation
TRes call({
String? id,
String? name,
String? disambiguation,
String? url,
List<String>? urls,
Enum$GenderEnum? gender,
String? birthdate,
String? ethnicity,
String? country,
String? eye_color,
int? height_cm,
String? measurements,
String? fake_tits,
double? penis_length,
Enum$CircumcisedEnum? circumcised,
String? career_length,
String? career_start,
String? career_end,
String? tattoos,
String? piercings,
List<String>? alias_list,
String? twitter,
String? instagram,
bool? favorite,
List<String>? tag_ids,
String? image,
List<Input$StashIDInput>? stash_ids,
int? rating100,
String? details,
String? death_date,
String? hair_color,
int? weight,
bool? ignore_auto_tag,
Input$CustomFieldsInput? custom_fields,
});