init static method

ThreadData init()

Implementation

static ThreadData init() {
  return const ThreadData(
    threadList: [],
    totalPages: 0,
    totalElements: 0,
    last: true,
    numberOfElements: 0,
    first: true,
    empty: true,
  );
}