plugin property

  1. @TagNumber.new(6)
WsPlugin get plugin

Subscription to a plugin group

Implementation

@$pb.TagNumber(6)
WsPlugin get plugin => $_getN(5);
  1. @TagNumber.new(6)
set plugin (WsPlugin value)

Implementation

@$pb.TagNumber(6)
set plugin(WsPlugin value) => $_setField(6, value);