copyWith method
Implementation
TestCallVectorString copyWith({
List<String>? x,
}) =>
TestCallVectorString(
x: x ?? this.x,
);
TestCallVectorString copyWith({
List<String>? x,
}) =>
TestCallVectorString(
x: x ?? this.x,
);