copyWith method

ThreadLoadSuccess copyWith({
  1. List<Thread>? threadList,
})

Implementation

ThreadLoadSuccess copyWith({List<Thread>? threadList}) {
  return ThreadLoadSuccess(threadList);
}