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