secondaryImageUrl property

String? secondaryImageUrl

URL of the secondary image of an ad.

Implementation

String? get secondaryImageUrl {
  return _safeValue<String>('secondaryImageUrl');
}