legacyLibraryReferences property

  1. @Deprecated('This field is deprecated.')
  2. @TagNumber(3)
PbList<FFNodeKeyReference> get legacyLibraryReferences

Previously held the list of exported pages from the library project. Now all pages are exported.

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(3)
$pb.PbList<FFNodeKeyReference> get legacyLibraryReferences => $_getList(2);