CopyWith$Input$EventInput<TRes> class abstract

Constructors

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

Properties

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

Methods

call({String? code, String? title, String? emailTemplate, String? emailSubject, String? description, DateTime? date, Input$EventDurationInput? duration, Input$PictureInput? picture, Input$TargetACIInput? target, List<Input$EventSegmentInput>? segments, List<Input$EventTranslationInput>? translation}) → TRes
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
segments(Iterable<Input$EventSegmentInput>? _fn(Iterable<CopyWith$Input$EventSegmentInput<Input$EventSegmentInput>>?)) → TRes
toString() String
A string representation of this object.
inherited
translation(Iterable<Input$EventTranslationInput>? _fn(Iterable<CopyWith$Input$EventTranslationInput<Input$EventTranslationInput>>?)) → TRes

Operators

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