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