aspectRatioValue property

  1. @TagNumber(13)
FFDoubleValue get aspectRatioValue

Implementation

@$pb.TagNumber(13)
FFDoubleValue get aspectRatioValue => $_getN(12);
  1. @TagNumber(13)
set aspectRatioValue (FFDoubleValue value)

Implementation

@$pb.TagNumber(13)
set aspectRatioValue(FFDoubleValue value) => $_setField(13, value);