copyWith property

_$VectorCWProxy copyWith

Returns a callable class that can be used as follows: instanceOfVector.copyWith(...) or like so:instanceOfVector.copyWith.fieldName(...).

Implementation

// ignore: library_private_types_in_public_api
_$VectorCWProxy get copyWith => _$VectorCWProxyImpl(this);