init static method

Thread init()

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: '',
  );
}