width property

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

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

Implementation

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

Implementation

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