width property

  1. @TagNumber.new(32)
Int64 get width

The width of the frame, with the possible values being 3, 4, 6, 8, 9, and 12

Implementation

@$pb.TagNumber(32)
$fixnum.Int64 get width => $_getI64(7);
  1. @TagNumber.new(32)
set width (Int64 value)

Implementation

@$pb.TagNumber(32)
set width($fixnum.Int64 value) => $_setInt64(7, value);