CopyWith$Input$FlowFlowActionLogicInput<TRes> class
abstract
Constructors
- CopyWith$Input$FlowFlowActionLogicInput(Input$FlowFlowActionLogicInput instance, TRes then(Input$FlowFlowActionLogicInput))
-
factory
- CopyWith$Input$FlowFlowActionLogicInput.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
Methods
-
call(
{List< Input$AudienceSegmentInput> ? condition, List<Input$FlowFlowActionInput> ? yes, List<Input$FlowFlowActionInput> ? no, List<Input$FlowFlowActionInput> ? rejoin}) → TRes -
condition(
Iterable< Input$AudienceSegmentInput> _fn(Iterable<CopyWith$Input$AudienceSegmentInput< )) → TResInput$AudienceSegmentInput> > -
no(
Iterable< Input$FlowFlowActionInput> ? _fn(Iterable<CopyWith$Input$FlowFlowActionInput< ?)) → TResInput$FlowFlowActionInput> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rejoin(
Iterable< Input$FlowFlowActionInput> ? _fn(Iterable<CopyWith$Input$FlowFlowActionInput< ?)) → TResInput$FlowFlowActionInput> > -
toString(
) → String -
A string representation of this object.
inherited
-
yes(
Iterable< Input$FlowFlowActionInput> ? _fn(Iterable<CopyWith$Input$FlowFlowActionInput< ?)) → TResInput$FlowFlowActionInput> >
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited