clipUrl method

Implementation

AdvertisementMetadataBuilder clipUrl(String clipUrl) {
  _clipUrl = clipUrl;
  return this;
}