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