empty static method

Pubspec empty()
override

create Pubspec Empty

Implementation

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