empty static method

TestBytes empty()
override

create TestBytes Empty

Implementation

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