command property

  1. @TagNumber(1)
UrpHostCommand get command

Implementation

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

Implementation

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