description property

String? description

The secondary text of an ad, which must have less visual accent comparing to the title.

Implementation

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