init static method
Implementation
static Thread init() {
return Thread(
uid: '',
topic: '',
content: '',
type: '',
status: '',
//
top: false,
unread: false,
unreadCount: 0,
mute: false,
star: 0,
folded: false,
//
client: '',
extra: '',
//
user: UserProtobuf.init(),
// agent: '',
//
updatedAt: '',
);
}