bottomRatio property

  1. @TagNumber(4)
double bottomRatio

Implementation

@$pb.TagNumber(4)
$core.double get bottomRatio => $_getN(3);
  1. @TagNumber(4)
void bottomRatio=(double v)

Implementation

@$pb.TagNumber(4)
set bottomRatio($core.double v) { $_setDouble(3, v); }