TestCallVectorStringObject constructor
const
TestCallVectorStringObject({
- required List<
TestString> x,
Returns the received vector of objects containing a string; for testing only. This is an offline method. Can be called before authorization
Implementation
const TestCallVectorStringObject({
required this.x,
});