ThreadBuilder constructor

ThreadBuilder(
  1. String? name
)

Create a public thread

Implementation

ThreadBuilder(this.name);