empty static method

UserLink empty()
override

create UserLink Empty

Implementation

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