ResultVectorCopyWith<$R, $In extends ResultVector, $Out> class abstract

Available extensions

Constructors

ResultVectorCopyWith()

Properties

$asResultVector ResultVectorCopyWith<$R, ResultVector, $Out>

Available on ObjectCopyWith<$R, ResultVector, $Out>, provided by the ResultVectorValueCopy extension

no setter
hashCode int
The hash code for this object.
no setterinherited
metadata → MapCopyWith<$R, String, dynamic, ObjectCopyWith<$R, dynamic, dynamic>>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values → ListCopyWith<$R, double, ObjectCopyWith<$R, double, double>>
no setter

Methods

$chain<$R2, $Out2>(Then<$Out2, $R2> t) ResultVectorCopyWith<$R2, $In, $Out2>
$delta(Map<String, dynamic> delta) → $R
inherited
$merge($In value) → $R
inherited
$update($Out transform($In)) → $R
inherited
call({List<double>? values, String? id, Map<String, dynamic>? metadata}) → $R
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