empty static method

Location empty()
override

create Location Empty

Implementation

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