Input$BulkMovieUpdateInput class
Constructors
-
Input$BulkMovieUpdateInput({String? clientMutationId, List<
String> ? ids, int? rating100, String? studio_id, String? director, Input$BulkUpdateStrings? urls, Input$BulkUpdateIds? tag_ids}) -
factory
-
Input$BulkMovieUpdateInput.fromJson(Map<
String, dynamic> data) -
factory
Properties
- clientMutationId → String?
-
no setter
-
copyWith
→ CopyWith$Input$BulkMovieUpdateInput<
Input$BulkMovieUpdateInput> -
no setter
- director → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
-
ids
→ List<
String> ? -
no setter
- rating100 → int?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- studio_id → String?
-
no setter
- tag_ids → Input$BulkUpdateIds?
-
no setter
- urls → Input$BulkUpdateStrings?
-
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