originalAspectRatioValue property
@doc Original aspect ratio of the Lottie animation. Derived from the Lottie file.
Implementation
@$pb.TagNumber(15)
FFDoubleValue get originalAspectRatioValue => $_getN(13);
Implementation
@$pb.TagNumber(15)
set originalAspectRatioValue(FFDoubleValue value) => $_setField(15, value);