stationCode method

ContentMetadataBuilder stationCode(
  1. String stationCode
)

Implementation

ContentMetadataBuilder stationCode(String stationCode) {
  _stationCode = stationCode;
  return this;
}