debugNameBase property
String?
get
debugNameBase
The base name for spawned isolates. If a LoadBalancer is used, then a number will be appended to this base value. see RunnerBuilder.debugName
Implementation
String? get debugNameBase => _debugName;