title property
String?
get
title
The main line of an ad, which must stands out well
Implementation
String? get title {
return _safeValue<String>('title');
}
The main line of an ad, which must stands out well
String? get title {
return _safeValue<String>('title');
}