TestCallVectorIntObject constructor

TestCallVectorIntObject({
  1. required List<TestInt> x,
})

Implementation

TestCallVectorIntObject({required this.x});