empty static method

TestInt empty()
override

create TestInt Empty

Implementation

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