height property
- @TagNumber.new(5)
The height of "this" block
Implementation
@$pb.TagNumber(5)
$fixnum.Int64 get height => $_getI64(4);
- @TagNumber.new(5)
Implementation
@$pb.TagNumber(5)
set height($fixnum.Int64 v) { $_setInt64(4, v); }
The height of "this" block
@$pb.TagNumber(5)
$fixnum.Int64 get height => $_getI64(4);
@$pb.TagNumber(5)
set height($fixnum.Int64 v) { $_setInt64(4, v); }