Fragment$PerformerData class

Available extensions

Constructors

Fragment$PerformerData({required String id, required 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? tattoos, String? piercings, required List<String> alias_list, required bool favorite, String? image_path, String? details, String? death_date, String? hair_color, int? weight, int? rating100, required int scene_count, required int image_count, required int gallery_count, required int group_count, required List<Fragment$PerformerData$tags> tags, String $__typename = 'Performer'})
Fragment$PerformerData.fromJson(Map<String, dynamic> json)
factory

Properties

$__typename String
final
alias_list List<String>
final
birthdate String?
final
circumcised Enum$CircumcisedEnum?
final
copyWith CopyWith$Fragment$PerformerData<Fragment$PerformerData>

Available on Fragment$PerformerData, provided by the UtilityExtension$Fragment$PerformerData extension

no setter
country String?
final
death_date String?
final
details String?
final
disambiguation String?
final
ethnicity String?
final
eye_color String?
final
fake_tits String?
final
favorite bool
final
final
gender Enum$GenderEnum?
final
group_count int
final
hair_color String?
final
hashCode int
The hash code for this object.
no setteroverride
height_cm int?
final
id String
final
image_count int
final
image_path String?
final
measurements String?
final
name String
final
penis_length double?
final
piercings String?
final
rating100 int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scene_count int
final
tags List<Fragment$PerformerData$tags>
final
tattoos String?
final
url String?
final
urls List<String>?
final
weight int?
final

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