aspectRatio property

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

Implementation

@$pb.TagNumber(8)
$core.double get aspectRatio => $_getN(7);
  1. @TagNumber.new(8)
set aspectRatio (double value)

Implementation

@$pb.TagNumber(8)
set aspectRatio($core.double value) => $_setDouble(7, value);