TestVectorIntObject constructor

TestVectorIntObject(
  1. {required List<TestInt> value,
  2. int? extra,
  3. int? clientId}
)

A simple object containing a vector of objects that hold a number; for testing only

Implementation

TestVectorIntObject