ThreadLoadSuccess constructor

const ThreadLoadSuccess(
  1. List<Thread>? threadList
)

Implementation

const ThreadLoadSuccess(this.threadList);