originalAspectRatioValue property

  1. @TagNumber(15)
FFDoubleValue get originalAspectRatioValue

@doc Original aspect ratio of the Lottie animation. Derived from the Lottie file.

Implementation

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

Implementation

@$pb.TagNumber(15)
set originalAspectRatioValue(FFDoubleValue value) => $_setField(15, value);