CopyWith$Input$LogisticInput<TRes> class abstract

Constructors

CopyWith$Input$LogisticInput(Input$LogisticInput instance, TRes then(Input$LogisticInput))
factory
CopyWith$Input$LogisticInput.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({String? company, String? driver, List<Input$LogisticTrackerInput>? tracker, String? warehouse}) → TRes
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
tracker(Iterable<Input$LogisticTrackerInput>? _fn(Iterable<CopyWith$Input$LogisticTrackerInput<Input$LogisticTrackerInput>>?)) → TRes

Operators

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