pluginName property
Name of the plugin to subscribe to
Implementation
@$pb.TagNumber(1)
$core.String get pluginName => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set pluginName($core.String value) => $_setString(0, value);
Name of the plugin to subscribe to
@$pb.TagNumber(1)
$core.String get pluginName => $_getSZ(0);
@$pb.TagNumber(1)
set pluginName($core.String value) => $_setString(0, value);