Input$StudioCreateInput class
Constructors
-
Input$StudioCreateInput({required String name, @Deprecated('Use urls') String? url, List<
String> ? urls, String? parent_id, String? image, List<Input$StashIDInput> ? stash_ids, int? rating100, bool? favorite, String? details, List<String> ? aliases, List<String> ? tag_ids, bool? ignore_auto_tag, bool? organized, String? custom_fields}) -
factory
-
Input$StudioCreateInput.fromJson(Map<
String, dynamic> data) -
factory
Properties
-
aliases
→ List<
String> ? -
no setter
-
copyWith
→ CopyWith$Input$StudioCreateInput<
Input$StudioCreateInput> -
no setter
- custom_fields → String?
-
no setter
- details → String?
-
no setter
- favorite → bool?
-
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- ignore_auto_tag → bool?
-
no setter
- image → String?
-
no setter
- name → String
-
no setter
- organized → bool?
-
no setter
- parent_id → 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
- 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