fromThreadProto static method
Implementation
static UserProtobuf fromThreadProto(protomsg.Message messageProto) {
return UserProtobuf(
uid: messageProto.thread.user.uid,
nickname: messageProto.thread.user.nickname,
avatar: messageProto.thread.user.avatar,
);
}