copyWith property

VectorDefinitionCopyWith<VectorDefinition, VectorDefinition, VectorDefinition> get copyWith

Implementation

VectorDefinitionCopyWith<VectorDefinition, VectorDefinition, VectorDefinition>
get copyWith =>
    _VectorDefinitionCopyWithImpl<VectorDefinition, VectorDefinition>(
      this as VectorDefinition,
      $identity,
      $identity,
    );