String linkedName

Source

String get linkedName {
  if (_linkedName == null) {
    _linkedName = _calculateLinkedName();
  }
  return _calculateLinkedName();
}