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