publisherName method

ContentMetadataBuilder publisherName(
  1. String publisherName
)

Implementation

ContentMetadataBuilder publisherName(String publisherName) {
  _publisherName = publisherName;
  return this;
}