init static method

ThreadJson init()

Implementation

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