TestCallVectorIntObject constructor

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

Returns the received vector of objects containing a number; for testing only. This is an offline method. Can be called before authorization

Implementation

const TestCallVectorIntObject({
  required this.x,
});