command property

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

Implementation

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

Implementation

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