Input$SceneCreateInput class

Constructors

Input$SceneCreateInput({String? title, String? code, String? details, String? director, @Deprecated('Use urls') String? url, List<String>? urls, String? date, int? rating100, bool? organized, String? studio_id, List<String>? gallery_ids, List<String>? performer_ids, List<Input$SceneGroupInput>? groups, @Deprecated('Use groups') List<Input$SceneMovieInput>? movies, List<String>? tag_ids, String? cover_image, List<Input$StashIDInput>? stash_ids, List<String>? file_ids, String? custom_fields})
factory
Input$SceneCreateInput.fromJson(Map<String, dynamic> data)
factory

Properties

code String?
no setter
copyWith CopyWith$Input$SceneCreateInput<Input$SceneCreateInput>
no setter
cover_image String?
no setter
custom_fields String?
no setter
date String?
no setter
details String?
no setter
director String?
no setter
file_ids List<String>?
no setter
no setter
groups List<Input$SceneGroupInput>?
no setter
hashCode int
The hash code for this object.
no setteroverride
movies List<Input$SceneMovieInput>?
no setter
organized bool?
no setter
performer_ids List<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
studio_id String?
no setter
tag_ids List<String>?
no setter
title String?
no setter
url String?
no setter
urls List<String>?
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