empty static method

StarCount empty()
override

create StarCount Empty

Implementation

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