CopyWithBase<Result, In, Out> class
Copy-With
- Implemented types
-
- ObjectCopyWith<
Result, In, Out>
- ObjectCopyWith<
- Implementers
- Available extensions
Constructors
-
CopyWithBase.new(In $value, Then<
In, Out> $then1, Then<Out, Result> $then2) -
const
Properties
-
$base
→ CopyWithBase<
Result, In, Out> -
Available on ObjectCopyWith<
Result, In, Out> , provided by the ChainedCopyWith extensionno setter -
$then1
→ Then<
In, Out> -
final
-
$then2
→ Then<
Out, Result> -
final
- $value → In
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
$then(
In value) → Result -
$update(
Then< In, Out> transform) → Result -
Applies any transformer function on the value
override
-
as<
$C> ($C copy(In, Then< In, Out> , Then<Out, Result> )) → $C -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
or<
T> (Object? v, T t) → T -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited