source property
@doc Source of the Lottie animation. It can be from an asset, network, or bytes.
Implementation
@$pb.TagNumber(2)
FFSourceType get source => $_getN(1);
Implementation
@$pb.TagNumber(2)
set source(FFSourceType value) => $_setField(2, value);