libraryValue property
@doc The list of library values that can be used in the variable.
Implementation
@$pb.TagNumber(31)
FFLibraryValueVariable get libraryValue => $_getN(30);
Implementation
@$pb.TagNumber(31)
set libraryValue(FFLibraryValueVariable value) => $_setField(31, value);