Input$PerformerCreateInput class

Constructors

Input$PerformerCreateInput({required String name, String? disambiguation, @Deprecated('Use urls') 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, @Deprecated('Use career_start and career_end') String? career_length, String? career_start, String? career_end, String? tattoos, String? piercings, List<String>? alias_list, @Deprecated('Use urls') String? twitter, @Deprecated('Use urls') 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, String? custom_fields})
factory
Input$PerformerCreateInput.fromJson(Map<String, dynamic> data)
factory

Properties

alias_list List<String>?
no setter
birthdate String?
no setter
career_end String?
no setter
career_length String?
no setter
career_start String?
no setter
circumcised Enum$CircumcisedEnum?
no setter
copyWith CopyWith$Input$PerformerCreateInput<Input$PerformerCreateInput>
no setter
country String?
no setter
custom_fields String?
no setter
death_date String?
no setter
details String?
no setter
disambiguation String?
no setter
ethnicity String?
no setter
eye_color String?
no setter
fake_tits String?
no setter
favorite bool?
no setter
gender Enum$GenderEnum?
no setter
hair_color String?
no setter
hashCode int
The hash code for this object.
no setteroverride
height_cm int?
no setter
ignore_auto_tag bool?
no setter
image String?
no setter
instagram String?
no setter
measurements String?
no setter
name String
no setter
penis_length double?
no setter
piercings String?
no setter
rating100 int?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stash_ids List<Input$StashIDInput>?
no setter
tag_ids List<String>?
no setter
tattoos String?
no setter
twitter String?
no setter
url String?
no setter
urls List<String>?
no setter
weight int?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override