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