Input$ExportObjectsInput class
Constructors
- Input$ExportObjectsInput({Input$ExportObjectTypeInput? scenes, Input$ExportObjectTypeInput? images, Input$ExportObjectTypeInput? studios, Input$ExportObjectTypeInput? performers, Input$ExportObjectTypeInput? tags, Input$ExportObjectTypeInput? groups, @Deprecated('Use groups instead') Input$ExportObjectTypeInput? movies, Input$ExportObjectTypeInput? galleries, bool? includeDependencies})
-
factory
-
Input$ExportObjectsInput.fromJson(Map<
String, dynamic> data) -
factory
Properties
-
copyWith
→ CopyWith$Input$ExportObjectsInput<
Input$ExportObjectsInput> -
no setter
- galleries → Input$ExportObjectTypeInput?
-
no setter
- groups → Input$ExportObjectTypeInput?
-
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- images → Input$ExportObjectTypeInput?
-
no setter
- includeDependencies → bool?
-
no setter
- movies → Input$ExportObjectTypeInput?
-
no setter
- performers → Input$ExportObjectTypeInput?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scenes → Input$ExportObjectTypeInput?
-
no setter
- studios → Input$ExportObjectTypeInput?
-
no setter
-
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