empty static method

ChatMember empty()
override

create ChatMember Empty

Implementation

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