width property
- @TagNumber(3)
the width of the image
Implementation
@$pb.TagNumber(3)
$fixnum.Int64 get width => $_getI64(2);
- @TagNumber(3)
Implementation
@$pb.TagNumber(3)
set width($fixnum.Int64 v) { $_setInt64(2, v); }
the width of the image
@$pb.TagNumber(3)
$fixnum.Int64 get width => $_getI64(2);
@$pb.TagNumber(3)
set width($fixnum.Int64 v) { $_setInt64(2, v); }