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