TestVectorIntObject constructor
A simple object containing a vector of objects that hold a number; for testing only
Implementation
const TestVectorIntObject({
required this.value,
this.extra,
this.clientId,
});
A simple object containing a vector of objects that hold a number; for testing only
const TestVectorIntObject({
required this.value,
this.extra,
this.clientId,
});