CopyWith$Input$LandingPagesInput<TRes> class abstract

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({Input$TargetACIInput? target, Enum$LandingPageTypeEnum? pageType, String? pageReference, String? pageTitle, String? pageDescription, String? url, List<String>? tags, Input$SeoComponentInput? seo, List<Input$LandingPagesDataInput>? sectionData, List<Input$LandingPagesTranslationInput>? translation}) → TRes
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sectionData(Iterable<Input$LandingPagesDataInput>? _fn(Iterable<CopyWith$Input$LandingPagesDataInput<Input$LandingPagesDataInput>>?)) → TRes
toString() String
A string representation of this object.
inherited
translation(Iterable<Input$LandingPagesTranslationInput>? _fn(Iterable<CopyWith$Input$LandingPagesTranslationInput<Input$LandingPagesTranslationInput>>?)) → TRes

Operators

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