libraryActionComponentsConfig property

  1. @TagNumber(4)
FFActionComponentsConfig get libraryActionComponentsConfig

@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);
  1. @TagNumber(4)
set libraryActionComponentsConfig (FFActionComponentsConfig value)

Implementation

@$pb.TagNumber(4)
set libraryActionComponentsConfig(FFActionComponentsConfig value) =>
    $_setField(4, value);