TestCallVectorString constructor

TestCallVectorString({
  1. required List<String> x,
})

Implementation

TestCallVectorString({required this.x});