copyWith method

Implementation

TestCallVectorStringObject copyWith({
  List<TestString>? x,
}) => TestCallVectorStringObject(
  x: x ?? this.x,
);