command property

  1. @TagNumber(1)
UrpPsuCommand get command

Implementation

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

Implementation

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