CopyWith$Input$RequestInput<TRes> class abstract

Constructors

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

Properties

company CopyWith$Input$RequestCompanyInput<TRes>
no setter
hashCode int
The hash code for this object.
no setterinherited
request CopyWith$Input$RequestRequestInput<TRes>
no setter
requestor CopyWith$Input$RequestRequestorInput<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({Input$RequestRequestorInput? requestor, Input$RequestCompanyInput? company, List<Input$RequestKeyValueInput>? data, Input$RequestRequestInput? request, Enum$RequestTypeEnum? type, Input$TargetACIInput? target}) → TRes
data(Iterable<Input$RequestKeyValueInput>? _fn(Iterable<CopyWith$Input$RequestKeyValueInput<Input$RequestKeyValueInput>>?)) → TRes
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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