aspectRatioValue property
@doc The width-to-height ratio (e.g. 1.78 for 16:9).
Implementation
@$pb.TagNumber(1)
FFDoubleValue get aspectRatioValue => $_getN(0);
Implementation
@$pb.TagNumber(1)
set aspectRatioValue(FFDoubleValue value) => $_setField(1, value);