commandContext property

  1. @Deprecated('This field is deprecated.')
  2. @TagNumber.new(2)
CommandContext get commandContext

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(2)
$43.CommandContext get commandContext => $_getN(1);
  1. @Deprecated('This field is deprecated.')
  2. @TagNumber.new(2)
set commandContext (CommandContext v)

Implementation

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