TestCallVectorInt constructor

TestCallVectorInt({
  1. required List<int> x,
})

Implementation

TestCallVectorInt({required this.x});