empty static method

Invoice empty()
override

create Invoice Empty

Implementation

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