Fragment$StudioData class
- Available extensions
Constructors
- Fragment$StudioData({required String id, required String name, String? url, String? image_path, String? details, int? rating100, required int scene_count, required int image_count, required int gallery_count, required int performer_count, required bool favorite, String $__typename = 'Studio'})
-
Fragment$StudioData.fromJson(Map<
String, dynamic> json) -
factory
Properties
- $__typename → String
-
final
-
copyWith
→ CopyWith$Fragment$StudioData<
Fragment$StudioData> -
Available on Fragment$StudioData, provided by the UtilityExtension$Fragment$StudioData extension
no setter - details → String?
-
final
- favorite → bool
-
final
- gallery_count → int
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String
-
final
- image_count → int
-
final
- image_path → String?
-
final
- name → String
-
final
- performer_count → int
-
final
- rating100 → int?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scene_count → int
-
final
- url → String?
-
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