printCommandFormat property

  1. @TagNumber.new(5)
PrintCommandFormat get printCommandFormat

Implementation

@$pb.TagNumber(5)
PrintCommandFormat get printCommandFormat => $_getN(4);
  1. @TagNumber.new(5)
set printCommandFormat (PrintCommandFormat v)

Implementation

@$pb.TagNumber(5)
set printCommandFormat(PrintCommandFormat v) { setField(5, v); }