TestVectorInt constructor

TestVectorInt({
  1. required List<int> value,
})

Implementation

TestVectorInt({required this.value});