getImageLink method

String? getImageLink()

Implementation

String? getImageLink() {
  return data?.original?.links['site']?.href;
}