name property

String? name
final

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

Implementation

final String? name;