VisualDefinitionCopyWith<$R, $In extends VisualDefinition, $Out> class abstract

Implemented types
Available extensions

Constructors

VisualDefinitionCopyWith()

Properties

$asBackgroundDefinition BackgroundDefinitionCopyWith<$R, BackgroundDefinition, $Out>

Available on ObjectCopyWith<$R, BackgroundDefinition, $Out>, provided by the BackgroundDefinitionValueCopy extension

no setter
$asBoardDefinition BoardDefinitionCopyWith<$R, BoardDefinition, $Out>

Available on ObjectCopyWith<$R, BoardDefinition, $Out>, provided by the BoardDefinitionValueCopy extension

no setter
$asFigureBackDefinition FigureBackDefinitionCopyWith<$R, FigureBackDefinition, $Out>

Available on ObjectCopyWith<$R, FigureBackDefinition, $Out>, provided by the FigureBackDefinitionValueCopy extension

no setter
$asVariationDefinition VariationDefinitionCopyWith<$R, VariationDefinition, $Out>

Available on ObjectCopyWith<$R, VariationDefinition, $Out>, provided by the VariationDefinitionValueCopy extension

no setter
hashCode int
The hash code for this object.
no setterinherited
offset VectorDefinitionCopyWith<$R, VectorDefinition, VectorDefinition>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size VectorDefinitionCopyWith<$R, VectorDefinition, VectorDefinition>?
no setter

Methods

$chain<$R2, $Out2>(Then<$Out2, $R2> t) VisualDefinitionCopyWith<$R2, $In, $Out2>
$delta(Map<String, dynamic> delta) → $R
inherited
$merge($In value) → $R
inherited
$update($Out transform($In)) → $R
inherited
call({String? texture, VectorDefinition? offset, VectorDefinition? size}) → $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