empty static method

Gift empty()
override

create Gift Empty

Implementation

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