title method

Implementation

AdvertisementMetadataBuilder title(String title) {
  _title = title;
  return this;
}