width property
- @TagNumber.new(32)
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);
- @TagNumber.new(32)
Implementation
@$pb.TagNumber(32)
set width($fixnum.Int64 value) => $_setInt64(7, value);