sectionLockedLanguages property

  1. @TagNumber(9)
PbMap<String, FFLockedLanguageSection> get sectionLockedLanguages

Map from widgetClass nodeKey to locked language codes for that section.

Implementation

@$pb.TagNumber(9)
$pb.PbMap<$core.String, FFLockedLanguageSection> get sectionLockedLanguages =>
    $_getMap(8);