command property

  1. @Deprecated('This field is deprecated.')
  2. @TagNumber(2)
CommandId command

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(2)
$43.CommandId get command => $_getN(1);
  1. @Deprecated('This field is deprecated.')
  2. @TagNumber(2)
void command=(CommandId v)

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(2)
set command($43.CommandId v) { setField(2, v); }