command property

  1. @TagNumber.new(1)
UrpTscCommand get command

Implementation

@$pb.TagNumber(1)
UrpTscCommand get command => $_getN(0);
  1. @TagNumber.new(1)
set command (UrpTscCommand v)

Implementation

@$pb.TagNumber(1)
set command(UrpTscCommand v) { setField(1, v); }