topic property

  1. @TagNumber(11)
String topic

Implementation

@$pb.TagNumber(11)
$core.String get topic => $_getSZ(8);
  1. @TagNumber(11)
void topic=(String v)

Implementation

@$pb.TagNumber(11)
set topic($core.String v) {
  $_setString(8, v);
}