secondaryImageUrl property
String?
get
secondaryImageUrl
URL of the secondary image of an ad.
Implementation
String? get secondaryImageUrl {
return _safeValue<String>('secondaryImageUrl');
}
URL of the secondary image of an ad.
String? get secondaryImageUrl {
return _safeValue<String>('secondaryImageUrl');
}