empty static method

Document empty()
override

create Document Empty

Implementation

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