empty static method

TestString empty()
override

create TestString Empty

Implementation

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