Input$UpdateBlogInput class

Constructors

Input$UpdateBlogInput({String? title, String? url, List<String>? tags, Input$SeoComponentInput? seo, List<Input$PictureInput>? pictures, List<Input$BlogDataInput>? sectionData, List<Input$BlogTranslationInput>? translation})
factory
Input$UpdateBlogInput.fromJson(Map<String, dynamic> data)
factory

Properties

copyWith CopyWith$Input$UpdateBlogInput<Input$UpdateBlogInput>
no setter
hashCode int
The hash code for this object.
no setteroverride
pictures List<Input$PictureInput>?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sectionData List<Input$BlogDataInput>?
no setter
seo Input$SeoComponentInput?
no setter
tags List<String>?
no setter
title String?
no setter
translation List<Input$BlogTranslationInput>?
no setter
url 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