copyWith method
Implementation
TestVectorStringObject copyWith({List<TestString>? value}) =>
TestVectorStringObject(value: value ?? this.value);
TestVectorStringObject copyWith({List<TestString>? value}) =>
TestVectorStringObject(value: value ?? this.value);