init static method
Implementation
static ThreadJson init() {
return ThreadJson(
message: "",
code: 0,
data: Thread.init(),
);
}
static ThreadJson init() {
return ThreadJson(
message: "",
code: 0,
data: Thread.init(),
);
}