title property

String? title

The main line of an ad, which must stands out well

Implementation

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