command property

  1. @TagNumber(1)
UrpSecCommand get command

Implementation

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

Implementation

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