TestVectorStringObject constructor
const
TestVectorStringObject({
- required List<
TestString> value, - dynamic extra,
- int? clientId,
A simple object containing a vector of objects that hold a string; for testing only
Implementation
const TestVectorStringObject({
required this.value,
this.extra,
this.clientId,
});