init static method
Implementation
static Message init() {
return Message(
uid: '',
type: '',
content: '',
status: '',
createdAt: '',
client: '',
extra: '',
//
threadTopic: '',
user: UserProtobuf.init(),
);
}