CopyWith$Input$BlogInput<TRes> class abstract

Constructors

CopyWith$Input$BlogInput(Input$BlogInput instance, TRes then(Input$BlogInput))
factory
CopyWith$Input$BlogInput.stub(TRes res)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seo CopyWith$Input$SeoComponentInput<TRes>
no setter
target CopyWith$Input$TargetACIInput<TRes>
no setter

Methods

call({String? title, Input$TargetACIInput? target, String? url, List<String>? tags, Input$SeoComponentInput? seo, List<Input$PictureInput>? pictures, List<Input$BlogDataInput>? sectionData, List<Input$BlogTranslationInput>? translation}) → TRes
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pictures(Iterable<Input$PictureInput>? _fn(Iterable<CopyWith$Input$PictureInput<Input$PictureInput>>?)) → TRes
sectionData(Iterable<Input$BlogDataInput>? _fn(Iterable<CopyWith$Input$BlogDataInput<Input$BlogDataInput>>?)) → TRes
toString() String
A string representation of this object.
inherited
translation(Iterable<Input$BlogTranslationInput>? _fn(Iterable<CopyWith$Input$BlogTranslationInput<Input$BlogTranslationInput>>?)) → TRes

Operators

operator ==(Object other) bool
The equality operator.
inherited