targetName property

String get targetName

Implementation

String get targetName {
  return config.targetName ?? 'Runner';
}