physicalWidth property

  1. @TagNumber(9)
double physicalWidth

Implementation

@$pb.TagNumber(9)
$core.double get physicalWidth => $_getN(7);
  1. @TagNumber(9)
void physicalWidth=(double v)

Implementation

@$pb.TagNumber(9)
set physicalWidth($core.double v) { $_setDouble(7, v); }