getLink method

String? getLink()

Implementation

String? getLink() {
  return links?['site']?.href;
}