empty static method

TestVectorInt empty()
override

create TestVectorInt Empty

Implementation

static TestVectorInt empty() {
  return TestVectorInt({});
}