audioTopic property

  1. @TagNumber(10)
String audioTopic

Description of the content. Eg. "Recordings of federal supreme court hearings from 2012".

Implementation

@$pb.TagNumber(10)
$core.String get audioTopic => $_getSZ(7);
  1. @TagNumber(10)
void audioTopic=(String v)

Implementation

@$pb.TagNumber(10)
set audioTopic($core.String v) {
  $_setString(7, v);
}