physicalHeight property

  1. @TagNumber.new(8)
double get physicalHeight

Implementation

@$pb.TagNumber(8)
$core.double get physicalHeight => $_getN(6);
  1. @TagNumber.new(8)
set physicalHeight (double v)

Implementation

@$pb.TagNumber(8)
set physicalHeight($core.double v) { $_setDouble(6, v); }