instructions property

  1. @TagNumber.new(12)
StringValue get instructions

Implementation

@$pb.TagNumber(12)
$0.StringValue get instructions => $_getN(10);
  1. @TagNumber.new(12)
set instructions (StringValue value)

Implementation

@$pb.TagNumber(12)
set instructions($0.StringValue value) => $_setField(12, value);