empty static method

PubspecServerUniverse empty()
override

create PubspecServerUniverse Empty

Implementation

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