init static method

UserProtobuf init()

Implementation

static UserProtobuf init() {
  return UserProtobuf(
    uid: '',
    nickname: '',
    avatar: '',
  );
}