libraryActionComponentsConfig property
@doc The list of library action components that act as parameters for this @doc project if it is a library project.
Implementation
@$pb.TagNumber(4)
FFActionComponentsConfig get libraryActionComponentsConfig => $_getN(3);
Implementation
@$pb.TagNumber(4)
set libraryActionComponentsConfig(FFActionComponentsConfig value) =>
$_setField(4, value);