Thread constructor

Thread({
  1. String? name,
  2. String? threadKey,
})

Implementation

Thread({
  this.name,
  this.threadKey,
});