copyWith property

VectorDefinitionCopyWith<VectorDefinition, VectorDefinition, VectorDefinition> get copyWith
inherited

Implementation

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