callToAction property
String?
get
callToAction
Title which must be displayed within the main button of an ad.
Implementation
String? get callToAction {
return _safeValue<String>('callToAction');
}
Title which must be displayed within the main button of an ad.
String? get callToAction {
return _safeValue<String>('callToAction');
}