empty static method

ChatLocation empty()
override

create ChatLocation Empty

Implementation

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