topic property
The literal topic name to which you want to send the value.
Implementation
@$pb.TagNumber(2)
$core.String get topic => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set topic($core.String v) {
$_setString(1, v);
}
The literal topic name to which you want to send the value.
@$pb.TagNumber(2)
$core.String get topic => $_getSZ(1);
@$pb.TagNumber(2)
set topic($core.String v) {
$_setString(1, v);
}