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