empty static method

MessageGift empty()
override

create MessageGift Empty

Implementation

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