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