audioTopic property

  1. @TagNumber.new(10)
String get audioTopic

Implementation

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

Implementation

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