name property

String? name
getter/setter pair

The name of the thread. On Dart platforms where Isolates are available, this can be set to Isolate.debugName

Implementation

String? name;