TestVectorInt constructor

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

A simple object containing a vector of numbers; for testing only

Implementation

TestVectorInt